Skip to content

Commit

Permalink
doc: change ./node to node in debugger.md
Browse files Browse the repository at this point in the history
Fixes: #8942
PR-URL: #8943
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
AnnaMag authored and Fishrock123 committed Oct 11, 2016
1 parent b212b9b commit bc2dd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ It is also possible to set a breakpoint in a file (module) that
isn't loaded yet:

```txt
$ ./node debug test/fixtures/break-in-module/main.js
$ node debug test/fixtures/break-in-module/main.js
< debugger listening on port 5858
connecting to port 5858... ok
break in test/fixtures/break-in-module/main.js:1
Expand Down

0 comments on commit bc2dd3e

Please sign in to comment.