summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/set_exit_code_0.ts
AgeCommit message (Collapse)Author
2021-11-28feat(runtime): add op_set_exit_code (#12911)Ben Noordhuis
Set the exit code to use if none is provided to Deno.exit(), or when Deno exits naturally. Needed for process.exitCode Node compat. Paves the way for #12888.