Skip to content

src: fix json payload from inspector

Checklist
  • make -j4 test (UNIX) or vcbuild test nosign (Windows) passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

src

Description of change

Fix the webSocketDebuggerUrl and devtoolsFrontendUrl returned by v8_inspector in /json HTTP endpoint to work with 3rd party clients.

Fixes: https://github.com/nodejs/node/issues/7227

Merge request reports

Loading