-
Notifications
You must be signed in to change notification settings - Fork 621
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
refactor(fs): uncaught FS errors in web #6135
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6135 +/- ##
==========================================
- Coverage 96.58% 96.58% -0.01%
==========================================
Files 536 536
Lines 40679 40684 +5
Branches 6110 6110
==========================================
+ Hits 39291 39294 +3
- Misses 1344 1345 +1
- Partials 44 45 +1 ☔ View full report in Codecov by Sentry. |
@QuixThe2nd Can you sign the CLA from the above link? |
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. Thanks!
The current CI (lint) failure is irrelevant to this change. The maintainers will fix them and land this PR after that.
Done! Thanks for dealing with this so fast :) |
I noticed a few other files had the same issue. |
Fixes #6132