pm2/test/fixtures/interface/process_exception.js
2018-05-17 14:45:21 +02:00

9 lines
109 B
JavaScript

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