Skip to content

Commit 2481468

Browse files
committed
Polishing
1 parent 751c719 commit 2481468

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/io/simplelocalize/cli/SimplelocalizeCliCommand.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,10 @@ private void trySendException(Exception exception)
513513
} catch (Exception ex)
514514
{
515515
log.error("Unable to send exception to SimpleLocalize, please contact us at [email protected]");
516+
if (ex instanceof InterruptedException)
517+
{
518+
Thread.currentThread().interrupt();
519+
}
516520
}
517521
}
518522

0 commit comments

Comments
 (0)