Improve Everything plugin user experience

This commit is contained in:
qianlifeng
2015-02-08 16:27:41 +08:00
parent dc2f3cd166
commit 6c731f50a9
16 changed files with 717 additions and 196 deletions

View File

@@ -13,7 +13,6 @@ namespace Wox.Helper
{
public static void Report(Exception e)
{
if (Debugger.IsAttached) return;
Log.Error(ExceptionFormatter.FormatExcpetion(e));
new CrashReporter.CrashReporter(e).Show();
}