pm2/examples/misc-examples/killslow.js

6 lines
61 B
JavaScript

setTimeout(function() {
throw new Error('ok');
}, 1100);