pm2/test/fixtures/001-test.js

8 lines
120 B
JavaScript

setInterval(function() {
console.log('log message from echo.js');
console.error('err msg from echo.js');
}, 50);