| author | |
| committer | |
| log | 2e77ff7ca9c25a262969cf55992d0bf2ecaa483d |
| tree | 1d3e4baab67291427858ab2484738b1b13267026 |
| parent | 613c03321a0970cce3a5d04ede04ab4a24ac1dbb |
fixes not clearing `std.Progress` output before executing maker1 files changed, 1 insertions(+), 0 deletions(-)
src/main.zig+1| ... | ... | @@ -5134,6 +5134,7 @@ fn jitCmdInner( |
| 5134 | 5134 | } |
| 5135 | 5135 | |
| 5136 | 5136 | if (process.can_replace and options.capture == null) { |
| 5137 | _ = try io.lockStderr(&.{}, .no_color); | |
| 5137 | 5138 | const err = process.replace(io, .{ .argv = child_argv.items, .environ_map = environ_map }); |
| 5138 | 5139 | const cmd = try std.mem.join(arena, " ", child_argv.items); |
| 5139 | 5140 | fatal("the following command failed to execve with {t}:\n{s}", .{ err, cmd }); |