pm2/test/fixtures/binary-js-file.js
Jean-Nicolas LAGNEAU 7d3bd3fabe pm2 --interpreter is not needed anymore
pm2 now recognize the extension of the file but you can still use
interpreter flag for specific extensions.
2014-11-12 18:49:07 +01:00

1 line
52 B
JavaScript

setInterval(function () {console.log("test")}, 5000)