Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit fd531f4

Browse files
ValidateGitInstall may fail in error
1 parent 977b32e commit fd531f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/GitPathView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private void ValidateAndSetGitInstallPath(string value)
216216
gitVersionErrorMessage = null;
217217

218218
GitClient.ValidateGitInstall(value.ToNPath())
219-
.ThenInUI((sucess, result) =>
219+
.FinallyInUI((sucess, exception, result) =>
220220
{
221221
if (!sucess)
222222
{

0 commit comments

Comments
 (0)