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
/
testdata
/
workers
/
async_error.ts
blob: 154b957b111b1e3418374e04ab65b7dba38c91bd (
plain
)
1
2
3
4
// deno-lint-ignore require-await (async () => { throw new Error("bar"); })();