We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863bbbb commit 43125e2Copy full SHA for 43125e2
src/node_report_module.cc
@@ -93,7 +93,8 @@ static void SetNetworkDisabled(const FunctionCallbackInfo<Value>& info) {
93
Mutex::ScopedLock lock(per_process::cli_options_mutex);
94
Environment* env = Environment::GetCurrent(info);
95
Isolate* isolate = env->isolate();
96
- env->options()->report_network_disabled = info[0]->ToBoolean(isolate)->Value();
+ env->options()->report_network_disabled
97
+ = info[0]->ToBoolean(isolate)->Value();
98
}
99
100
static void GetDirectory(const FunctionCallbackInfo<Value>& info) {
0 commit comments