mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +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)
|
||||
{
|
||||
#if DEBUG
|
||||
//throw e;
|
||||
throw e;
|
||||
#else
|
||||
if (FormatValid(message))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user