enhance: only log exception in popup task (#1281)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-06 12:17:17 +08:00
parent 4bc5b90e6b
commit eae6d10784
No known key found for this signature in database
2 changed files with 17 additions and 8 deletions

View file

@ -78,7 +78,7 @@ namespace SourceGit
return builder;
}
private static void LogException(Exception ex)
public static void LogException(Exception ex)
{
if (ex == null)
return;