Skip to content

Commit 12721bc

Browse files
Revert accidental change in Log.cs
1 parent 3d36513 commit 12721bc

File tree

1 file changed

+1
-1
lines changed
  • Flow.Launcher.Infrastructure/Logger

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Logger/Log.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public static void Exception(string message, System.Exception e)
142142
{
143143
e = e.Demystify();
144144
#if DEBUG
145-
//ExceptionDispatchInfo.Capture(e).Throw();
145+
ExceptionDispatchInfo.Capture(e).Throw();
146146
#else
147147
if (FormatValid(message))
148148
{

0 commit comments

Comments
 (0)