Skip to content

Commit

Permalink
change ./node to node in debugger.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaMag committed Oct 5, 2016
1 parent 7b5ffa4 commit 244acb1
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 244acb1

Please sign in to comment.