| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #61068 +/- ##
==========================================
- Coverage 88.55% 88.42% -0.14%
==========================================
Files 703 703
Lines 208260 208550 +290
Branches 40155 40135 -20
==========================================
- Hits 184430 184410 -20
- Misses 15837 16148 +311
+ Partials 7993 7992 -1
... and 93 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
I think this is the opposite of what @jasnell wanted? |
Sorry, something went wrong.
There was a problem hiding this comment.
This actually does not fix the issue, while it fails many tests
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently, util.inspect unwraps proxies even when showProxy is false,
which can trigger traps for nested proxies and lead to unexpected errors.
This change:
Refs: #61061