Skip to content

src: use correct microtask queue for checkpoints

I missed in c6c83374 that we should not just use that queue for enqueuing microtasks, but also for running them.

Refs: https://github.com/nodejs/node/pull/36482

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading