From 7afa468e159e49159be3cbd99276a79d4ad8c71c Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Sat, 3 Jan 2026 13:29:29 +0000 Subject: [PATCH] Update build/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- build/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Program.cs b/build/Program.cs index daf46061..3ab6055e 100644 --- a/build/Program.cs +++ b/build/Program.cs @@ -265,6 +265,6 @@ static async Task 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); } }