diff --git a/src/node.cc b/src/node.cc index 3c6b9a731dc2b1..2c5540fdb3d00c 100644 --- a/src/node.cc +++ b/src/node.cc @@ -227,7 +227,7 @@ static struct { void PumpMessageLoop(Isolate* isolate) {} void Dispose() {} bool StartInspector(Environment *env, const char* script_path, - int port, bool wait) { + const node::DebugOptions& options) { env->ThrowError("Node compiled with NODE_USE_V8_PLATFORM=0"); return false; // make compiler happy }