pm2/examples/throw.js
2015-02-02 22:03:31 -05:00

10 lines
188 B
JavaScript

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