Skip to content

Commit

Permalink
Update App.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Jan 5, 2025
1 parent 0d1ff89 commit 03e2535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QuickLook/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 03e2535

Please sign in to comment.