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:
parent
f89ad51131
commit
4ec17514e3
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue