-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
https: using internal/errors.js #15630
https: using internal/errors.js #15630
Conversation
Competing PR: #15603. |
doc/api/errors.md
Outdated
@@ -1273,6 +1273,11 @@ entry types were found. | |||
|
|||
Used when a given value is out of the accepted range. | |||
|
|||
<a id="ERR_UNDEFINED_DOMAIN_NAME"> |
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.
</a>
Went ahead and pushed a commit to fix the doc nit. Are there no tests that are impacted by this? Perhaps we should get one added. |
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.
LGTM but thinking adding a test would be better.
I am closing this as the other PR is already using the correct error type and was opened earlier. @clarenced I am sorry your PR could not land. Your work is much appreciated nevertheless. |
@BridgeAR That's ok |
migrate lib/https.js to internal/errors.js
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
https