summaryrefslogtreecommitdiff
path: root/tests/testdata/run/exit_error42.ts
blob: e4db41f3a00e5363eadd2e9a8f5776a4f8b77fe7 (plain)
1
2
3
console.log("before");
Deno.exit(42);
console.log("after");