Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 23, 2024
1 parent ce96ece commit f6ec0ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ protected virtual void Handle(Exception exception,
{
MessageBoxService.Show(exceptionMessageToShow, Localizer[nameof(AppStrings.Error)]);
}

if (isDevEnv)
else if (displayKind is ExceptionDisplayKind.None && isDevEnv)
{
Debugger.Break();
}
Expand Down

0 comments on commit f6ec0ec

Please sign in to comment.