Skip to content

Commit

Permalink
src: add comma and colon in message with --inspector doc url
Browse files Browse the repository at this point in the history
  • Loading branch information
n-filatov committed Apr 9, 2018
1 parent 77b52fd commit 8bda7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector_socket_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void PrintDebuggerReadyMessage(const std::string& host,
fprintf(out, "Debugger listening on %s\n",
FormatWsAddress(host, port, id, true).c_str());
}
fprintf(out, "For help see %s\n",
fprintf(out, "For help, see: %s\n",
"https://nodejs.org/en/docs/inspector");
fflush(out);
}
Expand Down

0 comments on commit 8bda7ab

Please sign in to comment.