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
/
specs
/
worker
/
worker_nested_error
/
error.ts
blob: 495971090df643068c4b69d5297db7ada7968fea (
plain
)
1
2
3
4
5
function foo() { throw new Error("foo"); } foo();