Skip to content

Commit

Permalink
Update src/inspector_socket_server.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Trott and targos committed Jul 12, 2021
1 parent f72cff5 commit 37350a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector_socket_server.cc
Expand Up @@ -243,7 +243,7 @@ void PrintDebuggerReadyMessage(
for (const auto& server_socket : server_sockets) {
for (const std::string& id : ids) {
fprintf(out, "Debugger %s on %s\n",
verb.c_str(),
verb,
FormatWsAddress(host, server_socket->port(), id, true).c_str());
}
}
Expand Down

0 comments on commit 37350a8

Please sign in to comment.