Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 643b33b

Browse filesBrowse files
nicolasromerFishrock123
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 <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent ea2d661 commit 643b33b
Copy full SHA for 643b33b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/inspector_agent.cc‎

Copy file name to clipboardExpand all lines: src/inspector_agent.cc
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.