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
/
cli
/
tests
/
test
/
unhandled_rejection.ts
blob: 396e1c09d073dcc10834555404ec36bcb0f70b8f (
plain
)
1
2
3
new Promise((resolve, reject) => { reject(new Error("rejection")); });