File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ Return the URL of the active inspector, or `undefined` if there is none.
5757``` console
5858$ node --inspect -p ' inspector.url()'
5959Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
60- For help see https://nodejs.org/en/docs/inspector
60+ For help, see: https://nodejs.org/en/docs/inspector
6161ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
6262
6363$ node --inspect=localhost:3000 -p ' inspector.url()'
6464Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
65- For help see https://nodejs.org/en/docs/inspector
65+ For help, see: https://nodejs.org/en/docs/inspector
6666ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
6767
6868$ node -p ' inspector.url()'
You can’t perform that action at this time.
0 commit comments