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
/
testdata
/
run
/
exit_error42.ts
blob: e4db41f3a00e5363eadd2e9a8f5776a4f8b77fe7 (
plain
)
1
2
3
console.log("before"); Deno.exit(42); console.log("after");