We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hint:
1 parent 4807cd5 commit 3377886Copy full SHA for 3377886
src/Commands/Command.cs
@@ -60,7 +60,7 @@ public bool Exec()
60
line.StartsWith("remote: Counting objects:", StringComparison.Ordinal) ||
61
line.StartsWith("remote: Compressing objects:", StringComparison.Ordinal) ||
62
line.StartsWith("Filtering content:", StringComparison.Ordinal) ||
63
- line.StartsWith("hint: ", StringComparison.Ordinal))
+ line.StartsWith("hint:", StringComparison.Ordinal))
64
return;
65
66
if (REG_PROGRESS().IsMatch(line))
0 commit comments