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
/
test
/
unhandled_rejection
/
main.ts
blob: 32f3111eadba560f69e56eb564c7f9b70085134f (
plain
)
1
2
3
new Promise((_resolve, reject) => { reject(new Error("rejection")); });