Uh oh!
There was an error while loading. Please reload this page.
doc: add missing argv0 option for child_process.spawnSync - #22231
doc: add missing argv0 option for child_process.spawnSync#22231thw0rted wants to merge 1 commit into
Conversation
Trott
left a comment
There was a problem hiding this comment.
Hi, @thw0rted. Welcome, and thanks for the pull request. It looks good to me.
It might be out of scope for this change, but I think the options should be alphabetized. Maybe if you're eager to do a second pull request or something.
/ping @nodejs/child_process @nodejs/documentation for reviews
Trott
commented
Aug 10, 2018
BridgeAR
commented
Aug 10, 2018
Having them alphabetically would be nice but in that case the other entry has to be moved as well. This is in sync with the other documentation. |
trivikr
commented
Aug 11, 2018
Thank you @thw0rted for your contribution. The author for the last commit can be updated by following these steps |
vsemozhetbyt
commented
Aug 11, 2018
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
vsemozhetbyt
commented
Aug 12, 2018
Landed in 1f32cca |
PR-URL: #22231 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #22231 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: nodejs/node#22231 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
The child_process docs include
argv0as an option forspawnbut notspawnSync. This is a documentation oversight, because the actual functions share the same options parsing logic.Checklist