pm2/test/fixtures/interface/process_exception.js

9 lines
105 B
JavaScript

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