| ... | @@ -5134,6 +5134,7 @@ fn jitCmdInner( | ... | @@ -5134,6 +5134,7 @@ fn jitCmdInner( |
| 5134 | } | 5134 | } |
| 5135 | | 5135 | |
| 5136 | if (process.can_replace and options.capture == null) { | 5136 | if (process.can_replace and options.capture == null) { |
| | 5137 | _ = try io.lockStderr(&.{}, .no_color); |
| 5137 | const err = process.replace(io, .{ .argv = child_argv.items, .environ_map = environ_map }); | 5138 | const err = process.replace(io, .{ .argv = child_argv.items, .environ_map = environ_map }); |
| 5138 | const cmd = try std.mem.join(arena, " ", child_argv.items); | 5139 | const cmd = try std.mem.join(arena, " ", child_argv.items); |
| 5139 | fatal("the following command failed to execve with {t}:\n{s}", .{ err, cmd }); | 5140 | fatal("the following command failed to execve with {t}:\n{s}", .{ err, cmd }); |