pm2/test/fixtures/echo.js
Alexandre Strzelewicz 133cf24dee 0.9.9
2013-05-21 18:27:49 +08:00

9 lines
133 B
JavaScript

setInterval(function() {
console.log('ok');
}, 500);
// setTimeout(function() {
// throw new Error('eh merde');
// }, 3000);