This website requires JavaScript.
Explore
Help
Register
Sign In
adminnistrateur
/
backoffice
Watch
1
Star
0
Fork
You've already forked backoffice
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0267ba6165
backoffice
/
node_modules
/
lexical-scope
/
test
/
files
/
try_catch.js
7 lines
60 B
JavaScript
Raw
Blame
History
function
foo
(
)
{
try
{
}
catch
(
ex
)
{
foo
(
ex
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink