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.
2 parents 594c6da + dbb7c44 commit 39012ddCopy full SHA for 39012dd
Rubberduck.SourceControl/GitProvider.cs
@@ -504,7 +504,7 @@ public override IEnumerable<IFileStatusEntry> Status()
504
}
505
catch (SEHException ex)
506
{
507
- throw new SourceControlException(SourceControlText.GitRepoStatusFailed, ex);
+ throw new SourceControlException(SourceControlText.GitRepoStatusFailed + " (SEH Code " + ex.ErrorCode + ")", ex);
508
509
510
0 commit comments