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 6254ea1 commit f72cff5Copy full SHA for f72cff5
src/inspector_socket_server.cc
@@ -234,7 +234,7 @@ void PrintDebuggerReadyMessage(
234
const std::string& host,
235
const std::vector<InspectorSocketServer::ServerSocketPtr>& server_sockets,
236
const std::vector<std::string>& ids,
237
- const std::string& verb,
+ const char* verb,
238
bool publish_uid_stderr,
239
FILE* out) {
240
if (!publish_uid_stderr || out == nullptr) {
0 commit comments