Compare commits

...

1 Commits

Author SHA1 Message Date
ema
03e25359b1 Update App.xaml.cs 2025-01-05 10:40:25 +08:00

View File

@@ -52,6 +52,8 @@ public partial class App : Application
protected override void OnStartup(StartupEventArgs e)
{
// Test https://github.com/QL-Win/QuickLook/issues/1498
AppDomain.CurrentDomain.UnhandledException += (sender, args) =>
{
ProcessHelper.WriteLog(((Exception)args.ExceptionObject).ToString());