- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33.6k
doc: clarify stdout/stderr arguments to callback #6015
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
Conversation
| @nodejs/documentation | 
| LGTM, but the commit log says  | 
| heh, sigh... it's late | 
a0e0a88    to
    746a543      
    Compare
  
    | Fixed | 
| LGTM | 
        
          
                doc/api/child_process.markdown
              
                Outdated
          
        
      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 either link to encoding or just leave off the (see below). These things tend to become wrong when things get moved around.
Clarify that the arguments to child_process.execFile and child_process.exec callback can be Buffer or strings. Fixes: nodejs#3389
746a543    to
    8c8910e      
    Compare
  
    | @cjihrig ... pulled out the  | 
| LGTM | 
Clarify that the arguments to child_process.execFile and child_process.exec callback can be Buffer or strings. Fixes: #3389 PR-URL: #6015 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
| Landed in 6fd26dc | 
Clarify that the arguments to child_process.execFile and child_process.exec callback can be Buffer or strings. Fixes: #3389 PR-URL: #6015 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Clarify that the arguments to child_process.execFile and child_process.exec callback can be Buffer or strings. Fixes: #3389 PR-URL: #6015 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Pull Request check-list
existing APIs, or introduces new ones)?
Affected core subsystem(s)
doc
Description of change
Clarify that the arguments to fs.execFile and fs.exec callback can be Buffer or strings.
Fixes: #3389