mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
implement node:cluster (#11492)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: nektro <nektro@users.noreply.github.com> Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
This commit is contained in:
@@ -1250,7 +1250,7 @@ pub const TestCommand = struct {
|
||||
if (!jest.Jest.runner.?.has_pending_tests) break;
|
||||
vm.eventLoop().tick();
|
||||
} else {
|
||||
vm.eventLoop().tickImmediateTasks();
|
||||
vm.eventLoop().tickImmediateTasks(vm);
|
||||
}
|
||||
|
||||
while (prev_unhandled_count < vm.unhandled_error_counter) {
|
||||
|
||||
Reference in New Issue
Block a user