| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM. This doesn't change the default behavior of binding to 127.0.0.1, does it?
Sorry, something went wrong.
|
@bnoordhuis - it will bind to 127.0.0.1 as per https://github.com/nodejs/node/blob/master/src/node_debug_options.cc#L62 - the fact that host was hardcoded was an oversight. |
Sorry, something went wrong.
|
CI is green - https://ci.nodejs.org/job/node-test-pull-request/5939/ - even though the GitHub integration shows failure on ARM... |
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/5957/ (all green, despite what GitHub shows) |
Sorry, something went wrong.
This change also changes error message to make it consistent with the one printed by the debugger. Fixes: nodejs#10858 PR-URL: nodejs#10878 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This change also changes error message to make it consistent with the one printed by the debugger. Fixes: nodejs#10858 PR-URL: nodejs#10878 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
A backport PR is required in order for this to land on v6 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change also changes error message to make it consistent with the
one printed by the debugger.
Fixes: #10858
Checklist
Affected core subsystem(s)
inspector: now it uses host name from the debug options. Messages were slightly altered.