Skip to content

Commit

Permalink
doc: update message to match actual output
Browse files Browse the repository at this point in the history
PR-URL: #35271
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
Trott committed Apr 27, 2021
1 parent 751d215 commit 50bbc4e
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 50bbc4e

Please sign in to comment.