Browse Source

Action accumulator non blocking exception info

Krzysztof Krysiński 3 months ago
parent
commit
95fe247aa4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PixiEditor/Models/DocumentModels/ActionAccumulator.cs

+ 1 - 1
src/PixiEditor/Models/DocumentModels/ActionAccumulator.cs

@@ -164,7 +164,7 @@ internal class ActionAccumulator
 #if DEBUG
 #if DEBUG
             Console.WriteLine(e);
             Console.WriteLine(e);
 #endif
 #endif
-            CrashHelper.SendExceptionInfoAsync(e);
+            CrashHelper.SendExceptionInfo(e);
             throw;
             throw;
         }
         }