-
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
Fix deprecation message for ErrnoException #4269
Conversation
LGTM, good catch. I believe this is your first contribution to core, thanks for making the effort and welcome on board! @indutny pls review |
LGTM |
1 similar comment
LGTM |
Fix copy paste error in deprecation message PR-URL: #4269 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
Landed in c311b61. @gagern ... thank you for the fix! one quick note, When I landed the commit I went ahead and fixed up the commit log message. Next time can I ask that you take a look at the commit log style guidelines here: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit |
Fix copy paste error in deprecation message PR-URL: #4269 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
Fix copy paste error in deprecation message PR-URL: #4269 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
Fix copy paste error in deprecation message PR-URL: #4269 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
Fix copy paste error in deprecation message PR-URL: nodejs#4269 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
It seems to me that 75adde0 did a copy & paste mistake here. It doesn't make much sense to me to internally forward to the isolate-aware version of
ErrnoException
but suggest callees useUVException
instead.