| author | |
| committer | |
| log | 9e3189f1f460cd141e849ff5f868bdc6d5268e4e |
| tree | 0df52750c71cc02a12a5caa05a81cea71b8e2a56 |
| parent | d8135c9e6e49088c2f3019b7b52e2f9386d90da8 |
1 files changed, 2 insertions(+), 2 deletions(-)
std/build.zig+2-2| ... | ... | @@ -773,10 +773,10 @@ pub const Builder = struct { |
| 773 | 773 | } |
| 774 | 774 | return stdout.toOwnedSlice(); |
| 775 | 775 | }, |
| 776 | else => { | |
| 776 | .Signal, .Stopped, .Unknown => |code| { | |
| 777 | 777 | warn("The following command terminated unexpectedly:\n"); |
| 778 | 778 | printCmd(null, argv); |
| 779 | std.debug.panic("exec failed"); | |
| 779 | std.os.exit(@truncate(u8, code)); | |
| 780 | 780 | }, |
| 781 | 781 | } |
| 782 | 782 |