pm2/examples/v1/stop-after5.js
2016-08-07 02:16:13 -07:00

5 lines
54 B
JavaScript

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