From 8ccde69438026c4f3b9bbc54d41b166c8b294e3e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:24:53 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/install/PackageManager/runTasks.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install/PackageManager/runTasks.zig b/src/install/PackageManager/runTasks.zig index ed422ed205..3e4dc40f6c 100644 --- a/src/install/PackageManager/runTasks.zig +++ b/src/install/PackageManager/runTasks.zig @@ -743,7 +743,7 @@ pub fn runTasks( const git = clone.res.value.git; const committish = git.committish.slice(manager.lockfile.buffers.string_bytes.items); const repo = git.repo.slice(manager.lockfile.buffers.string_bytes.items); - + if (comptime Environment.isDebug) { Output.prettyErrorln("[git-clone] Processing git clone result: repo={s}, committish={s}", .{ repo, committish }); } @@ -757,7 +757,7 @@ pub fn runTasks( committish, task.id, ); - + if (comptime Environment.isDebug) { Output.prettyErrorln("[git-clone] Resolved commit: {s}", .{resolved}); }