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