| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@nodejs/documentation |
Sorry, something went wrong.
|
LGTM, but the commit log says fs.exec and fs.execFile, they are actually child_process.exec and child_process.execFile. |
Sorry, something went wrong.
|
heh, sigh... it's late |
Sorry, something went wrong.
|
Fixed |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
There was a problem hiding this comment.
I would either link to encoding or just leave off the (see below). These things tend to become wrong when things get moved around.
Sorry, something went wrong.
Clarify that the arguments to child_process.execFile and child_process.exec callback can be Buffer or strings. Fixes: nodejs#3389
|
@cjihrig ... pulled out the (see below). PTAL |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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