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 d398b8f commit 4ef3ccbCopy full SHA for 4ef3ccb
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