-
Notifications
You must be signed in to change notification settings - Fork 30.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
src: make even more improvements to error handling #57264
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57264 +/- ##
==========================================
- Coverage 90.20% 90.20% -0.01%
==========================================
Files 630 630
Lines 185166 185192 +26
Branches 36227 36253 +26
==========================================
+ Hits 167036 167050 +14
- Misses 11117 11126 +9
- Partials 7013 7016 +3
|
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
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
a607707
to
3b6a2c2
Compare
This comment was marked as outdated.
This comment was marked as outdated.
CI passed although lint ci job is still broken. PR passes linting locally. Asking @nodejs/tsc for permission to go ahead and land. |
3b6a2c2
to
066c75d
Compare
PR-URL: #57264 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Landed in 157b36b |
Propagate more errors correctly.