node-dev
node-dev copied to clipboard
Node command line options
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)));