We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308be6c commit f24292eCopy full SHA for f24292e
src/node_main_instance.cc
@@ -190,8 +190,7 @@ NodeMainInstance::CreateMainEnvironment(int* exit_code) {
190
context =
191
Context::FromSnapshot(isolate_, kNodeContextIndex).ToLocalChecked();
192
InitializeContextRuntime(context);
193
- IsolateSettings s;
194
- SetIsolateErrorHandlers(isolate_, s);
+ SetIsolateErrorHandlers(isolate_, {});
195
} else {
196
context = NewContext(isolate_);
197
}
0 commit comments