pm2/examples/throw.js
2014-10-25 13:28:07 +02:00

10 lines
188 B
JavaScript

var axm = require('axm');
axm.catchAll();
setTimeout(function() {
console.log('log message from echo auto kill');
throw new Error('Exitasdsadasdsda unacepted 222222 !!');
}, 2000);