-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
child_process: refactor stdioStringToArray function #27657
Conversation
fd4a945
to
5265c3d
Compare
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.
If I'm not mistaken this will change the internal stdio type in case of inherit
to fd
. This might not change anything because the fd
itself set the same but I wanted to point this out.
@nodejs/child_process PTAL at #27657 (review) |
@BridgeAR Ah... i see. It is indeed described in the documentation that you can use |
Re-build of failing node-test-commit-windows-fanned (✔️) |
5265c3d
to
f78ff1e
Compare
reduce the function in both files to one.
f78ff1e
to
ccece4e
Compare
Landed in 9f99d4e. |
reduce the function in both files to one. PR-URL: nodejs#27657 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
reduce the function in both files to one. PR-URL: #27657 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
reduce the function in both files to one.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes