Browse Source

Use different exception send method

Krzysztof Krysiński 3 tuần trước cách đây
mục cha
commit
090ccc921c

+ 1 - 1
src/PixiEditor/ViewModels/SubViewModels/UpdateViewModel.cs

@@ -233,7 +233,7 @@ internal class UpdateViewModel : SubViewModel<ViewModelMain>
         catch (Exception ex)
         {
             UpdateState = UpdateState.UnableToCheck;
-            CrashHelper.SendExceptionInfoAsync(ex);
+            CrashHelper.SendExceptionInfo(ex);
             return;
         }