error report windows won't crashs

This commit is contained in:
bao-qian 2017-04-01 13:13:53 +01:00
parent f62f15cea7
commit 911a43337b

View File

@ -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()