nœud js attraper toutes les erreurs
process.on('uncaughtException', function(err) {
console.log('Caught exception: ' + err);
});
Prickly Pony
process.on('uncaughtException', function(err) {
console.log('Caught exception: ' + err);
});