UNPKG
postman
Version:
latest (0.2.0)
0.2.0
0.1.0
The Postman will help deliver messages around your application
postman
/
node_modules
/
uglify-js
/
test
/
unit
/
compress
/
expected
/
issue50.js
2 lines
(1 loc)
•
96 B
JavaScript
View Raw
1
2
function
bar
(a){try{
foo
()}
catch
(b){
alert
("Exception caught (foo not defined)")}
alert
(a)}
bar
(
10
)