Fixed typos and swapped Brackets for parentheses, Corrections due to PR

This commit is contained in:
Michael Wirth
2017-10-16 20:17:53 +02:00
parent 36111aa001
commit 742048f24e
3 changed files with 39 additions and 36 deletions

View File

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