Files
bun.sh/test/bun.js/exit-code-await-throw-1.js

4 lines
45 B
JavaScript

await (async function () {
throw 42;
})();