Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

doc: fixed child_process.exec doc #14088

Closed
wants to merge 1 commit into from
Closed

doc: fixed child_process.exec doc #14088

wants to merge 1 commit into from

Conversation

tyleranton
Copy link

Changed child_process.exec documentation to reflect that the parameters stdout and stderr are instances of Buffer only if {encoding: null}. Otherwise, they are instances of String with the encoding.

Fixes #9434

@kenany
Copy link

kenany commented Mar 25, 2015

@tyleranton Can you remove the .DS_Store file?

@tyleranton
Copy link
Author

Yea, sorry about that.

Changed child_process.exec documentation to reflect that the parameters stdout and stderr are instances of Buffer only if {encoding: null}. Otherwise, they are instances of String with the encoding.

Fixes #9434

removed .DS_Store
@jasnell
Copy link
Member

jasnell commented Jun 24, 2015

LGTM.. @misterdjules, can you take a look as well

@jasnell jasnell added the doc label Aug 14, 2015
@jasnell
Copy link
Member

jasnell commented Aug 27, 2015

@piscisaureus ... look good to you?

@piscisaureus
Copy link

lgtm

jasnell pushed a commit that referenced this pull request Aug 28, 2015
Changed child_process.exec documentation to reflect that the parameters stdout and stderr are instances of Buffer only if {encoding: null}. Otherwise, they are instances of String with the encoding.

Fixes #9434

removed .DS_Store

PR-URL: #14088
Reviewed-By: jasnell - James M Snell <[email protected]>
Reviewed-By: piscisaureus - Bert Belder <[email protected]>
@jasnell
Copy link
Member

jasnell commented Aug 28, 2015

Landed in 2860c53

@jasnell jasnell closed this Aug 28, 2015
jBarz pushed a commit to ibmruntimes/node that referenced this pull request Nov 4, 2016
Changed child_process.exec documentation to reflect that the parameters stdout and stderr are instances of Buffer only if {encoding: null}. Otherwise, they are instances of String with the encoding.

Fixes nodejs#9434

removed .DS_Store

PR-URL: nodejs#14088
Reviewed-By: jasnell - James M Snell <[email protected]>
Reviewed-By: piscisaureus - Bert Belder <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants