mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-07 20:07:56 +08:00
re-enabled exception during debug
This commit is contained in:
parent
742048f24e
commit
cfe923b8c4
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user