From cfe923b8c4447060bcde23b4283ff8f4851f4469 Mon Sep 17 00:00:00 2001 From: Michael Wirth Date: Tue, 17 Oct 2017 20:01:41 +0200 Subject: [PATCH] re-enabled exception during debug --- Wox.Infrastructure/Logger/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Infrastructure/Logger/Log.cs b/Wox.Infrastructure/Logger/Log.cs index d02654978d..f7ea74b31c 100644 --- a/Wox.Infrastructure/Logger/Log.cs +++ b/Wox.Infrastructure/Logger/Log.cs @@ -72,7 +72,7 @@ namespace Wox.Infrastructure.Logger public static void Exception(string message, System.Exception e) { #if DEBUG - //throw e; + throw e; #else if (FormatValid(message)) {