Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 5ff10ea

Browse files
committed
Fixes segmentation fault due to nodejs/node#30959
1 parent 1e06fcd commit 5ff10ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integration/node_integration.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void NodeIntegration::OnCallNextTick(uv_async_t* handle) {
128128
v8::Context::Scope context_scope(env->context());
129129
node::InternalCallbackScope scope(
130130
env,
131-
v8::Local<v8::Object>(),
131+
v8::Object::New(isolate),
132132
{0, 0},
133133
node::InternalCallbackScope::Flags::kNoFlags);
134134
}

0 commit comments

Comments
 (0)