index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
ecma
/
try_catch.js
blob: b5e9f85cc5b6b520ce13ecb2d80cc825027543f7 (
plain
)
1
2
3
4
5
6
7
8
try
{
throw
Error
()
}
catch
(
err
) {
throw
error
}
finally
{
console
.
log
(
"42"
)
}