1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-22 07:43:44 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/ecma/try_catch.js

9 lines
87 B
JavaScript
Vendored

try {
throw Error()
} catch (err) {
throw error
} finally {
console.log("42")
}