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 fd66ae8 commit 90a0142Copy full SHA for 90a0142
1 file changed
test/cctest/test_inspector_socket_server.cc
@@ -354,6 +354,7 @@ class TestSocketServerDelegate : public SocketServerDelegate {
354
355
ServerHolder::ServerHolder(bool has_targets, uv_loop_t* loop,
356
const std::string& host, int port, FILE* out) {
357
+ session_id_ = 0;
358
std::vector<std::string> targets;
359
if (has_targets)
360
targets = { MAIN_TARGET_ID };
0 commit comments