Skip to content

Commit

Permalink
небольшое исправление вывода ошибок
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Sagaydak committed Feb 4, 2025
1 parent bb19a21 commit d830748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,9 @@ private async void Solve()
_draw_anyway = true;
});
}
catch (Exception ex)
catch
{
ShowErrorMessage(ex.Message);
ShowErrorMessage("Ошибка! Проверьте подключение к серверу и корректность введенных данных.");
}
}

Expand Down

0 comments on commit d830748

Please sign in to comment.