We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8232296 commit e7b2b93Copy full SHA for e7b2b93
atom/browser/node_debugger.cc
@@ -58,9 +58,8 @@ void NodeDebugger::Start() {
58
}
59
60
const char* path = "";
61
- inspector->Start(path, options);
62
- // FIXME
63
- // DCHECK(env_->inspector_agent()->IsListening());
+ if (inspector->Start(path, options))
+ DCHECK(env_->inspector_agent()->IsListening());
64
65
66
} // namespace atom
0 commit comments