Skip to content

Commit

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

Please sign in to comment.