nodo js captura cualquier error

process.on('uncaughtException', function(err) {
  console.log('Caught exception: ' + err);
});
Prickly Pony