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
/
report_error.ts
blob: a6d4af1fdd0e208989aab410f26e4bfa15faaa6b (
plain
)
1
2
3
console.log(1); reportError(new Error("foo")); console.log(2);