We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ea746 commit 790898eCopy full SHA for 790898e
1 file changed
doc/api/inspector.md
@@ -57,12 +57,12 @@ Return the URL of the active inspector, or `undefined` if there is none.
57
```console
58
$ node --inspect -p 'inspector.url()'
59
Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
60
-For help see https://nodejs.org/en/docs/inspector
+For help, see: https://nodejs.org/en/docs/inspector
61
ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
62
63
$ node --inspect=localhost:3000 -p 'inspector.url()'
64
Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
65
66
ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
67
68
$ node -p 'inspector.url()'
0 commit comments