Revert accidental change in Log.cs

This commit is contained in:
Vic 2022-11-03 01:25:12 +08:00
parent 3d36513bd6
commit 12721bc091

View file

@ -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))
{