pm2/examples/stop-after5.js
Alexandre Strzelewicz 30947574b3 0.5.0 published on NPM
2013-07-03 12:01:29 +08:00

5 lines
54 B
JavaScript

setTimeout(function() {
process.exit(0);
}, 5000);