-
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
Removed redundant mentions to error codes in doc/api/errors.md #13627
Conversation
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.
Thanks for the pull request. LGTM!
/cc @jasnell |
PR-URL: #13627 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Landed in 2f34bf0 🎉 Thank you for your contribution. In the future, please try to follow our guidelines for commit messages. You might also want to configure git to automatically detect lines with trailing whitespace as this can cause problems when applying your changes. |
This doesn’t land cleanly on 8.x; if you can, please follow the guide and raise a backport PR, if you don’t think it’s worth it let me know and we’ll add the |
@danbev @Trott @lpinca @TimothyGu @cjihrig Does any of you have the time to backport? This seems like a great candidate for backporting to avoid future conflicts. |
PR-URL: nodejs#13627 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Backport in #14175 |
Fix this issue:
"Every description of each error code starts with one of two unnecessarily-verbose phrases that should probably be removed:"
https://github.com/nodejs/node/blob/master/doc/api/errors.md#nodejs-error-codes
Affected core subsystem(s)
doc/api/errors.md