Update build/Program.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Adam Hathcock
2026-01-03 13:29:29 +00:00
committed by GitHub
parent 29cb1fed12
commit 7afa468e15

View File

@@ -265,6 +265,6 @@ static async Task<string> GetGitOutput(string command, string args)
}
catch (Exception ex)
{
throw new Exception($"Git command failed: git {command} {args}\n{ex.Message}");
throw new Exception($"Git command failed: git {command} {args}\n{ex.Message}", ex);
}
}