diff --git a/Flow.Launcher.Infrastructure/Logger/Log.cs b/Flow.Launcher.Infrastructure/Logger/Log.cs index fbfda7efc..b8f1408e7 100644 --- a/Flow.Launcher.Infrastructure/Logger/Log.cs +++ b/Flow.Launcher.Infrastructure/Logger/Log.cs @@ -142,7 +142,7 @@ namespace Flow.Launcher.Infrastructure.Logger { e = e.Demystify(); #if DEBUG - //ExceptionDispatchInfo.Capture(e).Throw(); + ExceptionDispatchInfo.Capture(e).Throw(); #else if (FormatValid(message)) {