aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/install/install.zig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/install/install.zig b/src/install/install.zig
index 158706a36..c57bd3ec8 100644
--- a/src/install/install.zig
+++ b/src/install/install.zig
@@ -4430,7 +4430,9 @@ pub const PackageManager = struct {
}
const response = task.http.response orelse {
if (comptime log_level != .silent) {
- Output.prettyErrorln("Failed to download package manifest for package {s}", .{name});
+ Output.prettyErrorln("Failed to download package manifest for package {s}", .{
+ name.slice(),
+ });
Output.flush();
}
continue;