-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
cli: fix flags on help output #22271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/node.cc
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What were the NODE_HAVE_I18N_SUPPORT
checks about?
FWIW, there already were some doubts about the connection between Intl support and some CLI flags in #19878 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I'd rather be consistent with the existing entries in terms of style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test still fails. Is NODE_PRESERVE_SYMLINKS
still needed in this check?
Rebuild flaky and failed jobs: |
PR-URL: #22271 Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
PR-URL: #22271 Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes