2dust
2025-05-07 14:28:55 +08:00
parent 897a4e5635
commit 82b366cd9b
6 changed files with 38 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ public partial class App : Application
{
if (e.ExceptionObject != null)
{
Logging.SaveLog("CurrentDomain_UnhandledException", (Exception)e.ExceptionObject!);
Logging.SaveLog("CurrentDomain_UnhandledException", (Exception)e.ExceptionObject);
}
}