Browse Source

Action accumulator non blocking exception info

Krzysztof Krysiński 5 tháng trước cách đây
mục cha
commit
95fe247aa4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }