pm2/examples/throw.js
2014-04-04 11:13:15 +08:00

6 lines
130 B
JavaScript

setTimeout(function() {
console.log('log message from echo auto kill');
throw new Error('EXITED ALERT ROUGEEEEE');
}, 2000);