index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
exit_error42.ts
blob: c55cf0ecedd7afca76bdd067939d1a467a65d094 (
plain
)
1
2
3
4
5
import * as deno from "deno"; console.log("before"); deno.exit(42); console.log("after");