Explorar o código

Action accumulator non blocking exception info

Krzysztof Krysiński hai 5 meses
pai
achega
95fe247aa4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
             Console.WriteLine(e);
 #endif
-            CrashHelper.SendExceptionInfoAsync(e);
+            CrashHelper.SendExceptionInfo(e);
             throw;
         }