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

Commit

Permalink
src: fixing build break
Browse files Browse the repository at this point in the history
`StartDebug` was renamed to `StartInspector`

PR-URL: #295
  • Loading branch information
kfarnung committed Jun 12, 2017
1 parent bb57643 commit 1cf1355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4818,8 +4818,7 @@ inline int Start_TTDReplay(Isolate* isolate, void* isolate_context,
Environment env(isolate_data, context);
env.Start(argc, argv, exec_argc, exec_argv, v8_is_profiling);

// Start debug agent when argv has --debug
StartDebug(&env, nullptr, debug_options);
StartInspector(&env, nullptr, debug_options);

if (debug_options.inspector_enabled() && !v8_platform.InspectorStarted(&env))
return 12; // Signal internal error.
Expand Down

0 comments on commit 1cf1355

Please sign in to comment.