-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
add missing option to node PrintHelp #12763
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
|
Could you update the commit message to something like |
28058a6 to
1ea0b01
Compare
|
@addaleax sure, thank you for the help ;) |
1ea0b01 to
43545c3
Compare
|
Does this need to be added to |
|
@cjihrig it is already there :) output of the --help option is the only place I found where |
cjihrig
left a comment
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.
Thanks for double checking. LGTM
jasnell
left a comment
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.
Whoops! Thank you!
mhdawson
left a comment
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.
LGTM
|
CI failed :( but seems unrelated. |
|
Landed in 896be83 |
PR-URL: #12763 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
PR-URL: nodejs#12763 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Hi,
the
--pending-deprecationoption was missed fromPrintHelpoutput of node. The option exists in doc files and of course it is handled by node itself.P.S.
excuse me, I don't really know what core subsystem it is, so I skip it below.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)