re-enabled exception during debug

This commit is contained in:
Michael Wirth 2017-10-17 20:01:41 +02:00
parent 742048f24e
commit cfe923b8c4

View File

@ -72,7 +72,7 @@ namespace Wox.Infrastructure.Logger
public static void Exception(string message, System.Exception e) public static void Exception(string message, System.Exception e)
{ {
#if DEBUG #if DEBUG
//throw e; throw e;
#else #else
if (FormatValid(message)) if (FormatValid(message))
{ {