-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.
Description
Seems like #22392 broke NODE_OPTIONS
parsing.
Example:
> NODE_OPTIONS='-r logger.js --trace-events-enabled --trace-event-categories node.async_hooks' ./node
./node: --trace-events-enabled --trace-even is not allowed in NODE_OPTIONS
> NODE_OPTIONS='--trace-events-enabled --trace-event-categories node.async_hooks' ./node
./node: --trace-event-categories node.async_hooks is not allowed in NODE_OPTIONS
cc @addaleax
addaleax
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.