pm2/examples/echo/stdout.js
2018-09-24 17:21:46 +02:00

5 lines
64 B
JavaScript

setInterval(function() {
process.stdout.write('ooo')
}, 100)