Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
src: Added missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed May 24, 2017
1 parent fc53746 commit 74474a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{
Expand Down

0 comments on commit 74474a1

Please sign in to comment.