let it crash

This commit is contained in:
bao-qian
2017-03-30 19:21:18 +01:00
parent 60ca0cbae3
commit 6b536ced92

View File

@@ -28,8 +28,6 @@ namespace Wox.Helper
{
//handle ui thread exceptions
Report(e.Exception);
//prevent crash
e.Handled = true;
}
}
}