Skip to content

Commit 3549a5e

Browse files
nicolasromerclaudiorodriguez
authored andcommitted
src: add linebreak to inspector message
Add linebreak to inspector ready message to wrap properly in 80 column (default) terminal windows. Fixes: #7067 PR-URL: #7070 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent e350deb commit 3549a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector_agent.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace {
3131
const char DEVTOOLS_PATH[] = "/node";
3232

3333
void PrintDebuggerReadyMessage(int port) {
34-
fprintf(stderr, "Debugger listening on port %d. "
34+
fprintf(stderr, "Debugger listening on port %d.\n"
3535
"To start debugging, open the following URL in Chrome:\n"
3636
" chrome-devtools://devtools/remote/serve_file/"
3737
"@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html?"

0 commit comments

Comments
 (0)