coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.8k stars 356 forks source link

Implement command line args for node.js process #159

Closed freund17 closed 7 years ago

freund17 commented 7 years ago

For my project I need to set custom args for the node.js process. (--max-old-space-size=8192 in this case) Could you please add support for this in the config-object?