mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
10 lines
187 B
JavaScript
10 lines
187 B
JavaScript
|
|
var axm = require('pmx');
|
|
|
|
axm.catchAll();
|
|
|
|
setTimeout(function() {
|
|
console.log('log message from echo auto kill');
|
|
throw new Error('Exitasdsadasdsda unacepted 222222 !!');
|
|
}, 200);
|