Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 8ae347f

Browse files
committed
Fix build.
1 parent 2256606 commit 8ae347f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/AddIns/VersionControl/GitAddIn/Src

src/AddIns/VersionControl/GitAddIn/Src/Git.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static async Task<int> RunGitAsync(string workingDir, params string[] arg
9494
try {
9595
ProcessRunner p = new ProcessRunner();
9696
p.WorkingDirectory = workingDir;
97-
await p.RunInOutputPadAsync(GitMessageView.Category, git, arguments);
97+
return await p.RunInOutputPadAsync(GitMessageView.Category, git, arguments);
9898
} finally {
9999
gitMutex.Release();
100100
}

0 commit comments

Comments
 (0)