mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-29 02:06:48 +08:00
Update App.xaml.cs
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user