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
/
check
/
use_unknown_in_catch_variables
/
main.ts
blob: abab554a43153ad6714436ed0fda13bd68df86d5 (
plain
)
1
2
3
4
5
try { throw new Error(); } catch (e) { console.log(e.message); }