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)) {