-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: clarify child_process.exec promise rejection on non-zero exit #19541
Conversation
Promisify section of child_process.exec doc changed to make clear that non-zero exit codes will result in promise rejection. fixes: nodejs#19494
Thank you! We have the similar warning for the |
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.
Thank you for doing this and welcome to Node :)
Promisify section of child_process.execFile doc changed to make clear that non-zero exit codes will result in promise rejection. fixes: nodejs#19494
@vsemozhetbyt Good catch; added. |
@TomCoded I'll elaborate on our process a little. This PR will remain open for 72 hours so collaborators and other people have time to review it. If after 72 hours it received no objections from a collaborator (there is a list in https://github.com/nodejs/node ) then we will land it :) Thanks for your contribution - if you want to tackle more issues feel free to let me know and I'll help you find some more changes you're comfortable making :) |
@benjamingr It seems we can even fast-track this tiny doc change as per our new policy and not wait for 48/72 hours) |
Linting error is not related, see #19438 (comment) |
@vsemozhetbyt ah, very nice, I didn't realize we fast-track first contributions now :) |
Promisify sections of `child_process.exec()` and `child_process.execFile()` changed to make clear that non-zero exit codes will result in promise rejection. PR-URL: #19541 Fixes: #19494 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Promisify sections of `child_process.exec()` and `child_process.execFile()` changed to make clear that non-zero exit codes will result in promise rejection. PR-URL: #19541 Fixes: #19494 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Promisify section of child_process.exec doc changed to make clear
that non-zero exit codes will result in promise rejection.
fixes: #19494
Checklist