mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: re-enable DCHECK in node_debugger (#15649)
This commit is contained in:
@@ -58,9 +58,8 @@ void NodeDebugger::Start() {
|
||||
}
|
||||
|
||||
const char* path = "";
|
||||
inspector->Start(path, options);
|
||||
// FIXME
|
||||
// DCHECK(env_->inspector_agent()->IsListening());
|
||||
if (inspector->Start(path, options))
|
||||
DCHECK(env_->inspector_agent()->IsListening());
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
|
||||
Reference in New Issue
Block a user