Explorar el Código

Action accumulator non blocking exception info

Krzysztof Krysiński hace 3 meses
padre
commit
95fe247aa4
Se han modificado 1 ficheros con 1 adiciones y 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;
         }