Skip to content

Commit 79e073e

Browse files
committed
src: add linebreak to inspector message
to prevent ugly line break in 80 column(default) terminal windows Fixes: #7067
1 parent 894203d commit 79e073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector_agent.cc

Lines changed: 1 addition & 1 deletion
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)