summaryrefslogtreecommitdiff
path: root/src/Command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Command.zig')
-rw-r--r--src/Command.zig1
1 files changed, 0 insertions, 1 deletions
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);