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
/
set_timeout_error.ts
blob: 2864574e7b2fb1354df78176177687120811628d (
plain
)
1
2
3
setTimeout(() => { throw new Error("foo"); }, 0);