| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| const child = spawn(...args); | ||
| child.stderr.setEncoding('utf8'); | ||
| child.stderr.on('data', (data) => { | ||
| console.error('[STDERR]', data); |
There was a problem hiding this comment.
These logs are added for debugging, similar to what the test/common/inspector-helper.js does, otherwise the tests can be difficult to debug when they fail with no output from the child and I found myself constantly adding these logs. Would be good to have them if they ever fail/flake in the CI, otherwise it'd be a pain to add them back and forth.
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #58950 +/- ##
==========================================
+ Coverage 90.06% 90.09% +0.03%
==========================================
Files 645 645
Lines 189130 189130
Branches 37094 37098 +4
==========================================
+ Hits 170339 170405 +66
+ Misses 11511 11461 -50
+ Partials 7280 7264 -16 see 34 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
RSLGTM
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Rewrite to ESM to use TLA. Also add a test to make sure case precedence is honored. Refs: https://about.gitlab.com/blog/we-need-to-talk-no-proxy
| Back | FazBrowse Home | New Git URL |
Move them to a separate directory for the ease of running them. And Rewrite to ESM to use TLA.
Also add a test to make sure case precedence is honored.
Refs: https://about.gitlab.com/blog/we-need-to-talk-no-proxy
Split off from the WIP that supports http/https.request
Refs: #57872