From 74474a15d397e2914a3b1d67589e2ffd501c0677 Mon Sep 17 00:00:00 2001 From: Kunal Pathak Date: Wed, 24 May 2017 13:06:49 -0700 Subject: [PATCH] src: Added missing changes --- src/node.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index 9791ca8967e..534923bef9a 100644 --- a/src/node.cc +++ b/src/node.cc @@ -4786,7 +4786,7 @@ inline int Start_TTDReplay(Isolate* isolate, void* isolate_context, // Start debug agent when argv has --debug StartDebug(&env, nullptr, debug_options); - if (debug_options.inspector_enabled() && !debugger_running) + if (debug_options.inspector_enabled()) return 12; // Signal internal error. {