| ... | @@ -262,7 +262,6 @@ pub fn main() !void { | ... | @@ -262,7 +262,6 @@ pub fn main() !void { |
| 262 | .argv = &child_args, | 262 | .argv = &child_args, |
| 263 | .cwd = linux_path, | 263 | .cwd = linux_path, |
| 264 | .cwd_dir = linux_dir, | 264 | .cwd_dir = linux_dir, |
| 265 | .max_output_bytes = 20 * 1024, | | |
| 266 | }); | 265 | }); |
| 267 | if (child_result.stderr.len > 0) std.debug.print("{s}\n", .{child_result.stderr}); | 266 | if (child_result.stderr.len > 0) std.debug.print("{s}\n", .{child_result.stderr}); |
| 268 | | 267 | |
| ... | @@ -324,7 +323,6 @@ pub fn main() !void { | ... | @@ -324,7 +323,6 @@ pub fn main() !void { |
| 324 | .argv = &child_args, | 323 | .argv = &child_args, |
| 325 | .cwd = linux_path, | 324 | .cwd = linux_path, |
| 326 | .cwd_dir = linux_dir, | 325 | .cwd_dir = linux_dir, |
| 327 | .max_output_bytes = 20 * 1024, | | |
| 328 | }); | 326 | }); |
| 329 | if (child_result.stderr.len > 0) std.debug.print("{s}\n", .{child_result.stderr}); | 327 | if (child_result.stderr.len > 0) std.debug.print("{s}\n", .{child_result.stderr}); |
| 330 | | 328 | |