mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
error report windows won't crashs
This commit is contained in:
parent
f62f15cea7
commit
911a43337b
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ namespace Wox.Helper
|
|||
{
|
||||
//handle ui thread exceptions
|
||||
Report(e.Exception);
|
||||
//prevent application exist, so the user can copy prompted error info
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
public static string RuntimeInfo()
|
||||
|
|
|
|||
Loading…
Reference in a new issue