mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Better exception report.
This commit is contained in:
@@ -33,7 +33,6 @@ namespace Wox
|
||||
base.OnStartup(e);
|
||||
DispatcherUnhandledException += ErrorReporting.DispatcherUnhandledException;
|
||||
AppDomain.CurrentDomain.UnhandledException += ErrorReporting.UnhandledExceptionHandle;
|
||||
System.Windows.Forms.Application.ThreadException += ErrorReporting.ThreadException;
|
||||
|
||||
Window = new MainWindow();
|
||||
CommandArgsFactory.Execute(e.Args.ToList());
|
||||
|
||||
Reference in New Issue
Block a user