chore: re-enable DCHECK in node_debugger (#15649)

This commit is contained in:
Samuel Attard 2018-11-09 14:44:31 +11:00 committed by GitHub
parent 82322968a3
commit e7b2b93cee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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