8000
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 e668376 commit 548db2eCopy full SHA for 548db2e
src/node_main_instance.cc
@@ -198,8 +198,7 @@ std::unique_ptr<Environment> NodeMainInstance::CreateMainEnvironment(
198
context =
199
Context::FromSnapshot(isolate_, kNodeContextIndex).ToLocalChecked();
200
InitializeContextRuntime(context);
201
- IsolateSettings s;
202
- SetIsolateErrorHandlers(isolate_, s);
+ SetIsolateErrorHandlers(isolate_, {});
203
} else {
204
context = NewContext(isolate_);
205
}
0 commit comments