pm2/test/interface/fixtures/process:exception.js
2014-10-25 13:28:07 +02:00

9 lines
105 B
JavaScript

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