Skip to content

Conversation

@thw0rted
Copy link
Contributor

The child_process docs include argv0 as an option for spawn but not spawnSync. This is a documentation oversight, because the actual functions share the same options parsing logic.

Checklist

@nodejs-github-botnodejs-github-bot added child_process Issues and PRs related to the child_process subsystem. doc Issues and PRs related to the documentations. labels Aug 10, 2018
Copy link
Member

@TrottTrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 10, 2018
@BridgeAR
Copy link
Member

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
Copy link
Member

Thank you @thw0rted for your contribution.
Looks like the email used in the commit is not registered with Github. Kindly register it with Github, or set up your user.email as explained here

The author for the last commit can be updated by following these steps

@vsemozhetbyt
Copy link
Contributor

Node.js Collaborators, please, add 👍 here if you approve fast-tracking.

@vsemozhetbytvsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label Aug 12, 2018
@vsemozhetbyt
Copy link
Contributor

Landed in 1f32cca
Thank you!

vsemozhetbyt pushed a commit that referenced this pull request Aug 12, 2018
PR-URL: #22231 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
targos pushed a commit that referenced this pull request Aug 12, 2018
PR-URL: #22231 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
@rvaggrvagg mentioned this pull request Aug 13, 2018
firass111 pushed a commit to firass111/Project_node1 that referenced this pull request Apr 16, 2025
PR-URL: nodejs/node#22231 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.child_processIssues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@thw0rted@Trott@BridgeAR@trivikr@vsemozhetbyt@lpinca@cjihrig@nodejs-github-bot