pm2/test/fixtures/interface/process_exception.js
2018-05-11 00:50:49 +02:00

9 lines
108 B
JavaScript

var axm = require('pm2.io');
axm.catchAll();
setTimeout(function() {
throw new Error('Exit');
}, 200);