pm2/examples/killslow.js
2014-02-05 09:48:32 +01:00

6 lines
61 B
JavaScript

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