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 3b19cbf commit bb374d4Copy full SHA for bb374d4
src/inspector_io.cc
@@ -292,7 +292,7 @@ void InspectorIo::ThreadMain() {
292
script_path, script_name_));
293
InspectorSocketServer server(std::move(delegate),
294
&loop,
295
- host_port_->host().c_str(),
+ host_port_->host(),
296
host_port_->port());
297
request_queue_ = queue->handle();
298
// Its lifetime is now that of the server delegate
0 commit comments