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

Commit 6e2447f

Browse files
committed
DebugOptions.debugger_enabled() was removed
nodejs/node#12621
1 parent 65625a2 commit 6e2447f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atom/common/node_bindings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ node::Environment* NodeBindings::CreateEnvironment(
206206
for (size_t i = 0; i < args.size(); ++i) {
207207
debug_options.ParseOption(args[i]);
208208
}
209-
if (debug_options.inspector_enabled() || debug_options.debugger_enabled()) {
209+
if (debug_options.inspector_enabled()) {
210210
// always enable the inspector
211211
debug_options.ParseOption("--inspect");
212212
env->inspector_agent()->Start(

0 commit comments

Comments
 (0)