| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The URL printed when running `node --inspect` pointed to https://nodejs.org/en/docs/inspector which returns 404. Update it to https://nodejs.org/api/inspector.html which is the current location of the inspector API documentation. Fixes: nodejs#62743 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #62802 +/- ##
==========================================
- Coverage 89.70% 89.69% -0.01%
==========================================
Files 706 706
Lines 218288 218288
Branches 41782 41782
==========================================
- Hits 195806 195798 -8
- Misses 14394 14403 +9
+ Partials 8088 8087 -1
... and 27 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
When running node --inspect, Node.js prints:
This URL returns 404. Update it to the current location of the
inspector API documentation.
Changes
with https://nodejs.org/api/inspector.html
Fixes: #62743
Test plan