-
Notifications
You must be signed in to change notification settings - Fork 438
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: error handling for domainToASCII #1608
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1608 +/- ##
==========================================
+ Coverage 79.00% 79.11% +0.10%
==========================================
Files 93 93
Lines 4878 4879 +1
Branches 937 937
==========================================
+ Hits 3854 3860 +6
+ Misses 718 711 -7
- Partials 306 308 +2 ☔ View full report in Codecov by Sentry. |
Hi @arthurschreiber, last time when we check this PR, you mentioned that description for this PR mentioned a test but it is missing from the changed files. I have went over the past commits, and I think we decided to remove the test since it seems the test is not needed. If you can give this PR a other look when you got time, see if we can merge this. |
🎉 This PR is included in version 18.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
switch from punyCode to node:url introduce a behavior difference: #1597 (comment)
This fix the behavior.