-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
Fix deprecation message for ErrnoException #4269
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
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 <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
Fix copy paste error in deprecation message PR-URL: #4269 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
Fix copy paste error in deprecation message PR-URL: #4269 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
Fix copy paste error in deprecation message PR-URL: nodejs#4269 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
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.