mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 01:14:59 +00:00
enhance: only log exception in popup task (#1281)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
4bc5b90e6b
commit
eae6d10784
2 changed files with 17 additions and 8 deletions
|
@ -78,7 +78,7 @@ namespace SourceGit
|
|||
return builder;
|
||||
}
|
||||
|
||||
private static void LogException(Exception ex)
|
||||
public static void LogException(Exception ex)
|
||||
{
|
||||
if (ex == null)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue