mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
* make more tests pass * worker changes * fix some bugs * remove this * progress * uh * okay * remove console log * a * comment assert for later * mergable state * remove test * remove test
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
setTimeout(() => {
|
|
process.exit(2);
|
|
}, 10);
|