Skip to content

Conversation

@claudiorodriguez
Copy link
Contributor

Adds the "shell" option from child_process.exec to child_process.execSync on the api docs. Issue #3387

@Fishrock123Fishrock123 added the doc Issues and PRs related to the documentations. label Oct 19, 2015
@mscdexmscdex added the child_process Issues and PRs related to the child_process subsystem. label Oct 19, 2015
@jasnell
Copy link
Member

LGTM

@MylesBorins
Copy link
Contributor

@jasnell LTS?

@jasnell
Copy link
Member

@thealphanerd ... +1

@cjihrig
Copy link
Contributor

LGTM

@Trott
Copy link
Member

Nit: first line of commit log message should be less than 50 chars (no big deal if you don't fix it, whoever merges it can fix it, but you'd be saving someone a step)

@claudiorodriguezclaudiorodriguez changed the title docs: child_process: adds missing shell option to execSync #3387docs: add missing shell option to execSyncOct 20, 2015
@claudiorodriguezclaudiorodriguezforce-pushed the doc-child-process-execsync-missing-shell-option branch from e6f0852 to 1c2f9ddCompareOctober 20, 2015 13:18
@claudiorodriguez
Copy link
ContributorAuthor

@Trott Whoops, I'll have to keep that in mind. Fixed. Thanks!

jasnell pushed a commit that referenced this pull request Oct 20, 2015
Adds the "shell" option from child_process.exec to child_process.execSync on the api docs. Fixes: #3387 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> PR-URL: #3440
@jasnell
Copy link
Member

Landed in 49f965c

@jasnelljasnell closed this Oct 20, 2015
rvagg pushed a commit that referenced this pull request Oct 21, 2015
Adds the "shell" option from child_process.exec to child_process.execSync on the api docs. Fixes: #3387 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> PR-URL: #3440
@rvaggrvagg mentioned this pull request Oct 21, 2015
jasnell pushed a commit that referenced this pull request Oct 26, 2015
Adds the "shell" option from child_process.exec to child_process.execSync on the api docs. Fixes: #3387 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> PR-URL: #3440
@jasnell
Copy link
Member

Landed in v4.x-staging in 47ab7c7

jasnell pushed a commit that referenced this pull request Oct 29, 2015
Adds the "shell" option from child_process.exec to child_process.execSync on the api docs. Fixes: #3387 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> PR-URL: #3440
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_processIssues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@claudiorodriguez@jasnell@MylesBorins@cjihrig@Trott@mscdex@Fishrock123