diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index fc772471..3ecaa989 100644 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -886,6 +886,7 @@ namespace SparkleLib.Git { } } + git_status.StandardOutput.ReadToEnd(); git_status.WaitForExit (); return message; }