mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
enhance: show inner exception message if possible when check update failed
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
760e44877b
commit
822452a20c
3 changed files with 43 additions and 24 deletions
|
@ -532,7 +532,7 @@ namespace SourceGit
|
|||
catch (Exception e)
|
||||
{
|
||||
if (manually)
|
||||
ShowSelfUpdateResult(e);
|
||||
ShowSelfUpdateResult(new Models.SelfUpdateFailed(e));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue