mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Fixed typos and swapped Brackets for parentheses, Corrections due to PR
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user