mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert accidental change in Log.cs
This commit is contained in:
parent
3d36513bd6
commit
12721bc091
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue