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
Post a Comment