diff --git a/QuickLook/App.xaml.cs b/QuickLook/App.xaml.cs index 9149df0..e09d6fd 100644 --- a/QuickLook/App.xaml.cs +++ b/QuickLook/App.xaml.cs @@ -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());