mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
re-enabled exception during debug
This commit is contained in:
parent
742048f24e
commit
cfe923b8c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue