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

Commit 36d2ddb

Browse files
committed
DebugOptions.debugger_enabled() was removed
nodejs/node#12621
1 parent c38a5d2 commit 36d2ddb

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
@@ -205,7 +205,7 @@ node::Environment* NodeBindings::CreateEnvironment(
205205
for (size_t i = 0; i < args.size(); ++i) {
206206
debug_options.ParseOption(args[i]);
207207
}
208-
if (debug_options.inspector_enabled() || debug_options.debugger_enabled()) {
208+
if (debug_options.inspector_enabled()) {
209209
// always enable the inspector
210210
debug_options.ParseOption("--inspect");
211211
env->inspector_agent()->Start(

0 commit comments

Comments
 (0)