pm2/examples/throw.js
Alexandre Strzelewicz 03ff6672d0 PM2 EVOLUTION
2013-09-28 17:33:46 +02:00

6 lines
136 B
JavaScript

setTimeout(function() {
console.log('log message from echo auto kill');
throw new Error('exit with uncaught exception');
}, 2000);