Files
bun.sh/test/bun.js/exit-code-unhandled-throw.js

4 lines
39 B
JavaScript

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