mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
style<Exceptions>: limit max height of error message
This commit is contained in:
parent
c165cab3c0
commit
208af69ea1
2 changed files with 12 additions and 2 deletions
|
@ -68,7 +68,7 @@ namespace SourceGit.Commands {
|
|||
|
||||
if (!string.IsNullOrEmpty(Cwd)) start.WorkingDirectory = Cwd;
|
||||
|
||||
var progressFilter = new Regex(@"\d+\%");
|
||||
var progressFilter = new Regex(@"\s\d+%\s");
|
||||
var errs = new List<string>();
|
||||
var proc = new Process() { StartInfo = start };
|
||||
var isCancelled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue