Files
bun.sh/test/js/bun/spawn/exit-code-unhandled-throw.js
2023-03-07 12:22:34 -08:00

4 lines
39 B
JavaScript

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