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.
1 parent 70a390a commit 285f4e0Copy full SHA for 285f4e0
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