diff --git a/src/Command.zig b/src/Command.zig index af3979b3e..c5419814c 100644 --- a/src/Command.zig +++ b/src/Command.zig @@ -178,7 +178,6 @@ fn startWindows(self: *Command, arena: Allocator) !void { .access_mask = windows.GENERIC_READ | windows.SYNCHRONIZE, .share_access = windows.FILE_SHARE_READ, .creation = windows.OPEN_EXISTING, - .io_mode = .blocking, }, ) else null; defer if (null_fd) |fd| std.os.close(fd);