pm2/test/interface/fixtures/process:exception.js
2015-02-02 22:03:31 -05:00

9 lines
105 B
JavaScript

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