mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
Keep the process alive
This commit is contained in:
@@ -577,7 +577,6 @@ pub const VirtualMachine = struct {
|
||||
VirtualMachine.vm.regular_event_loop.tasks = EventLoop.Queue.init(
|
||||
default_allocator,
|
||||
);
|
||||
VirtualMachine.vm.regular_event_loop.pending_processes_to_exit = std.AutoArrayHashMap(*JSC.Subprocess, void).init(allocator);
|
||||
VirtualMachine.vm.regular_event_loop.tasks.ensureUnusedCapacity(64) catch unreachable;
|
||||
VirtualMachine.vm.regular_event_loop.concurrent_tasks = .{};
|
||||
VirtualMachine.vm.event_loop = &VirtualMachine.vm.regular_event_loop;
|
||||
|
||||
Reference in New Issue
Block a user