Skip to content

Commit 37350a8

Browse files
Trotttargos
andauthored
Update src/inspector_socket_server.cc
Co-authored-by: Michaël Zasso <targos@protonmail.com>
1 parent f72cff5 commit 37350a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector_socket_server.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ void PrintDebuggerReadyMessage(
243243
for (const auto& server_socket : server_sockets) {
244244
for (const std::string& id : ids) {
245245
fprintf(out, "Debugger %s on %s\n",
246-
verb.c_str(),
246+
verb,
247247
FormatWsAddress(host, server_socket->port(), id, true).c_str());
248248
}
249249
}

0 commit comments

Comments
 (0)