Skip to content

Commit

Permalink
doc: update message to match actual output
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Sep 19, 2020
1 parent 770ad3a commit 5dac6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/debugger.md
Expand Up @@ -67,7 +67,7 @@ break in myscript.js:4
5 }, 1000);
6 console.log('hello');
debug> repl
Press Ctrl + C to leave debug repl
Press Ctrl+C to leave debug repl
> x
5
> 2 + 2
Expand Down

0 comments on commit 5dac6cb

Please sign in to comment.