backoffice/node_modules/lexical-scope/test/files/try_catch.js

7 lines
60 B
JavaScript

function foo() {
try {
} catch (ex) {
foo(ex)
}
}