node-dev icon indicating copy to clipboard operation
node-dev copied to clipboard

Node command line options

Open mark-hahn opened this issue 13 years ago • 0 comments

I'd like to add the --trace_exception option to node when running node-dev. Is there such an option? It appears that this is not possible ...

child = spawn(node, [options.run].concat(process.argv.slice(3)));

mark-hahn avatar Apr 21 '12 23:04 mark-hahn