Closed randunel closed 10 years ago
Pass unknown params further down to node process
Eg:
rw toolName --stack-trace-limit=1000
Should call node --stack-trace-limit=1000
node --stack-trace-limit=1000
node --max-stack-size=1000 `which compound` console
Pass unknown params further down to node process
Eg:
rw toolName --stack-trace-limit=1000
Should call
node --stack-trace-limit=1000