1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Git debug info

This commit is contained in:
Brian Fiete 2025-03-20 10:31:46 -04:00
parent f89ad51131
commit 4ec17514e3

View file

@ -257,7 +257,10 @@ class GitManager
if (mProcess.WaitFor(0))
{
if (mProcess.ExitCode != 0)
{
Debug.WriteLine($"Git failed with Exit Code:{mProcess.ExitCode} Args:{mArgs} Path:{mPath}");
mFailed = true;
}
mDone = true;
}
}