Skip to content

Commit

Permalink
Change exception handler to syncronous call (Reloaded-Project#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyman192 authored May 17, 2023
1 parent b67273c commit a8e4ea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ bool WhileCondition()
}
catch (Exception e)
{
ActionWrappers.ExecuteWithApplicationDispatcherAsync(() =>
ActionWrappers.ExecuteWithApplicationDispatcher(() =>
{
Errors.HandleException(new Exception(Resources.ErrorFailedToObtainPort.Get(), e));
});
Expand Down

0 comments on commit a8e4ea9

Please sign in to comment.