-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
lib: remove additional param from uvExceptionWithHostPort #24159
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
lib: remove additional param from uvExceptionWithHostPort #24159
Conversation
|
failures do not seem related, |
|
landed as 4aec421 thank you @msmichellegar for the contribution! Wish you great success with continued contribution to this project, if you are further interested please have a look at https://www.nodetodo.org/next-steps |
PR-URL: #24159 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #24159 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: nodejs#24159 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #24159 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
This PR removes an unnecessary parameter and
ifcase in the functionuvExceptionWithHostPort, since there is no call site that has a fifth argument.From the NodeConf EU Code and Learn 💃
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes