Skip to content

Commit 244acb1

Browse files
committed
change ./node to node in debugger.md
1 parent 7b5ffa4 commit 244acb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ It is also possible to set a breakpoint in a file (module) that
120120
isn't loaded yet:
121121

122122
```txt
123-
$ ./node debug test/fixtures/break-in-module/main.js
123+
$ node debug test/fixtures/break-in-module/main.js
124124
< debugger listening on port 5858
125125
connecting to port 5858... ok
126126
break in test/fixtures/break-in-module/main.js:1

0 commit comments

Comments
 (0)