| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if (!Array.isArray(options.stdio)) { | ||
| // Leave stdin open for the IPC channel. stdout and stderr should be the | ||
| // same as the parent's if silent isn't set. | ||
| // Use a separate fd=3 for IPC channel. Inherit stdin, stdout, and stderr |
There was a problem hiding this comment.
Please leave "the" in front of "IPC channel".
Sorry, something went wrong.
There was a problem hiding this comment.
Umm I have left out the 'the'
@cjihrig
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, I mean please leave it as it was. In other words, have it say "for the IPC channel."
Sorry, something went wrong.
There was a problem hiding this comment.
Oh okay, thanks. It's done =)
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
@jasnell, when will this commit be merged into nodejs:master ? |
Sorry, something went wrong.
PR-URL: #8988 Reviewed-By: James M Snell <jasnell@gmail.com>
|
Merged! Landed in 835fbee! Thank you @Tanuja-Sawant ! |
Sorry, something went wrong.
PR-URL: #8988 Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #8988 Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
comments
Description of change
Updated an outdated comment in child_process.js to describe the code better.