node.js - nodejs process.on('uncaughtException') not working? -


when add process.on('uncaughtexception'), catch error such doing nonexistingfunction();, application crashes once in while error:

events.js:141   throw er; // unhandled 'error' event 

any please? p.s. i'm using express socket.io


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -