From 12721bc091b152073fa75fedb13e1635747caff6 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Thu, 3 Nov 2022 01:25:12 +0800 Subject: [PATCH] Revert accidental change in Log.cs --- Flow.Launcher.Infrastructure/Logger/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {