mirror of https://github.com/nodejs/node.git
doc: Fix missing backtick in debugger doc
parent
993bb93e0a
commit
7d654be627
|
@ -166,4 +166,4 @@ with the node debugger. Either connect to the `pid` or the URI to the debugger.
|
|||
The syntax is:
|
||||
|
||||
* `node debug -p <pid>` - Connects to the process via the `pid`
|
||||
* `node debug <URI> - Connects to the process via the URI such as localhost:5858
|
||||
* `node debug <URI>` - Connects to the process via the URI such as localhost:5858
|
||||
|
|
Loading…
Reference in New Issue