SIGN IN SIGN UP
Unitech / pm2 UNCLAIMED

Node.js Production Process Manager with a built-in Load Balancer.

0 0 682 JavaScript
2013-07-01 11:42:21 +08:00
process.argv.forEach(function (val, index, array) {
console.log(index + ': ' + val);
});
2015-01-12 14:23:21 -05:00
console.log('Argv2 = ', process.argv[2]);
setInterval(function() {
console.log('HERE ARE MY ARGS !!! = ', process.argv);
}, 800);