| ... | @@ -769,7 +769,7 @@ pub const Builder = struct { | ... | @@ -769,7 +769,7 @@ pub const Builder = struct { |
| 769 | if (code != 0) { | 769 | if (code != 0) { |
| 770 | warn("The following command exited with error code {}:\n", code); | 770 | warn("The following command exited with error code {}:\n", code); |
| 771 | printCmd(null, argv); | 771 | printCmd(null, argv); |
| 772 | std.debug.panic("exec failed"); | 772 | std.os.exit(@truncate(u8, code)); |
| 773 | } | 773 | } |
| 774 | return stdout.toOwnedSlice(); | 774 | return stdout.toOwnedSlice(); |
| 775 | }, | 775 | }, |