Thanks to visit codestin.com Credit goes to github.com
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 e71bdad commit 3878e1eCopy full SHA for 3878e1e
src/node_task_queue.cc
@@ -56,7 +56,7 @@ bool RunNextTicksNative(Environment* env) {
56
}
57
58
static void RunMicrotasks(const FunctionCallbackInfo<Value>& args) {
59
- args.GetIsolate()->RunMicrotasks();
+ MicrotasksScope::PerformCheckpoint(args.GetIsolate());
60
61
62
static void SetTickCallback(const FunctionCallbackInfo<Value>& args) {
0 commit comments