We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894203d commit 79e073eCopy full SHA for 79e073e
src/inspector_agent.cc
@@ -31,7 +31,7 @@ namespace {
31
const char DEVTOOLS_PATH[] = "/node";
32
33
void PrintDebuggerReadyMessage(int port) {
34
- fprintf(stderr, "Debugger listening on port %d. "
+ fprintf(stderr, "Debugger listening on port %d. \n"
35
"To start debugging, open the following URL in Chrome:\n"
36
" chrome-devtools://devtools/remote/serve_file/"
37
"@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html?"
0 commit comments