Skip to content

Commit

Permalink
src: add linebreak to inspector message
Browse files Browse the repository at this point in the history
Add linebreak to inspector ready message to wrap properly in
80 column (default) terminal windows.

Fixes: #7067
PR-URL: #7070
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
nicolasromer authored and Fishrock123 committed Jul 5, 2016
1 parent ea2d661 commit 643b33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector_agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace {
const char DEVTOOLS_PATH[] = "/node";

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

0 comments on commit 643b33b

Please sign in to comment.