mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
clean node ref and remove short circuit
This commit is contained in:
@@ -106,8 +106,6 @@ void AtomBindings::OnCallNextTick(uv_async_t* handle) {
|
||||
if (!tick_info->has_scheduled())
|
||||
env->isolate()->RunMicrotasks();
|
||||
v8::Local<v8::Object> process = env->process_object();
|
||||
if (!tick_info->has_scheduled())
|
||||
return;
|
||||
env->tick_callback_function()->Call(process, 0, nullptr).IsEmpty();
|
||||
}
|
||||
|
||||
|
||||
2
vendor/node
vendored
2
vendor/node
vendored
Submodule vendor/node updated: 9c2b9b16af...4728f9231a
Reference in New Issue
Block a user