pm2-gui/test/fixtures/rand.js

4 lines
64 B
JavaScript

setInterval(function () {
console.log(Math.random())
}, 3000)