summaryrefslogtreecommitdiff
path: root/node_modules/forever/test/fixtures/log-on-interval.js
blob: 6b276522490e35198e774b32fdc127c2d381cf7a (plain)
1
2
3
setInterval(function () {
  console.log('Logging at ' + Date.now());
}, 100);