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

9 lines
87 B
JavaScript

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