Simulate passing command line parameters in Node.js -
i can pass parameter node program on command line, if i'm in node, how simulate this?
i want node --inspect launch node , connect chrome debugger before launching app. @ node prompt, there way require() script , pass parameter can pick process.argv?
Comments
Post a Comment