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
/
subdir
/
throws.js
blob: b77e7104feafeac1db763b444548550e6e9cff8f (
plain
)
1
2
3
4
5
export function boo() { console.log("Boo!"); } throw new Error("An error");