We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eeb44f commit 7b0b06dCopy full SHA for 7b0b06d
src/inspector_agent.cc
@@ -699,8 +699,7 @@ class NodeInspectorClient : public V8InspectorClient {
699
700
MultiIsolatePlatform* platform = env_->isolate_data()->platform();
701
while (shouldRunMessageLoop()) {
702
- if (interface_ && hasConnectedSessions())
703
- interface_->WaitForFrontendEvent();
+ if (interface_) interface_->WaitForFrontendEvent();
704
while (platform->FlushForegroundTasks(env_->isolate())) {}
705
}
706
running_nested_loop_ = false;
0 commit comments