Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomykala committed Sep 8, 2023
1 parent 751c719 commit 2481468
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ private void trySendException(Exception exception)
} catch (Exception ex)
{
log.error("Unable to send exception to SimpleLocalize, please contact us at [email protected]");
if (ex instanceof InterruptedException)
{
Thread.currentThread().interrupt();
}
}
}

Expand Down

0 comments on commit 2481468

Please sign in to comment.