rules_nodejs
rules_nodejs copied to clipboard
Please provide some way to see the full command line that nodejs_binary executes
🚀 feature request
Relevant Rules
nodejs_binary
Description
When debugging rules and tests, sometimes what you really need to see is the full command line for the node process that nodejs_binary executes.
Describe the solution you'd like
--define=VERBOSE_NODEJS_BINARY=1 or something like that. (--define=VERBOSE_LOGS=1 exists but is far too noisy and doesn't show the command line.)