Skip to content

fix: "inspect" should be "--inspect" in debugger docs

Checklist
Affected core subsystem(s)

Updated Docs. Using the inspect arg as written in the docs produces:

node inspect index.js 
module.js:471
    throw err;
    ^

Error: Cannot find module '/.../inspect'

Merge request reports

Loading