Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
DebugOptions.debugger_enabled() was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hferreiro committed Sep 20, 2017
1 parent 17a89eb commit f80a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/common/node_bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ node::Environment* NodeBindings::CreateEnvironment(
for (size_t i = 0; i < args.size(); ++i) {
debug_options.ParseOption(args[i]);
}
if (debug_options.inspector_enabled() || debug_options.debugger_enabled()) {
if (debug_options.inspector_enabled()) {
// always enable the inspector
debug_options.ParseOption("--inspect");
env->inspector_agent()->Start(
Expand Down

0 comments on commit f80a984

Please sign in to comment.