Guest User

Untitled

a guest
Oct 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2.  
  3. process.on "uncaughtException", (err) ->
  4. console.log "bal"
  5. #console.error "uncaughtexception:" + err.stack
  6.  
  7. console.log "1"
  8.  
  9. throw new Error('ohno');
  10.  
  11. console.log "2"
Add Comment
Please, Sign In to add comment