瀏覽代碼

Use different exception send method

Krzysztof Krysiński 3 周之前
父節點
當前提交
090ccc921c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/PixiEditor/ViewModels/SubViewModels/UpdateViewModel.cs

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

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