-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: rephrase wording of child_process.execSync() #14953
Conversation
Rephrases the error thrown by child_process.execSync(). Fixes: nodejs#14944
doc/api/child_process.md
Outdated
throw. The [`Error`][] object will contain the entire result from | ||
[`child_process.spawnSync()`][] | ||
throw an [`Error`][] that will include the full result of the underlying | ||
[`spawnSync()`][]. |
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.
I would keep the child_process.
prefix for consistency.
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.
considering this nit, rest all LGTM.
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.
agreed, should be fixed now!
Landed in e76b1ff |
Rephrases the error thrown by child_process.execSync(). PR-URL: nodejs/node#14953 Fixes: nodejs/node#14944 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Rephrases the error thrown by child_process.execSync(). PR-URL: nodejs/node#14953 Fixes: nodejs/node#14944 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Rephrases the error thrown by child_process.execSync().
Fixes: #14944
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
doc