mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-07-20 06:52:36 +00:00
forgot one place in commit fa35b63 [ci skip]
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ class CryptoWritableFile implements WritableFile {
|
||||
throw new IllegalStateException("Unexpected exception while waiting for encrypted file to be written", e);
|
||||
}
|
||||
} catch (InterruptedException e) {
|
||||
Thread.currentThread().interrupt();
|
||||
throw new UncheckedIOException(new InterruptedIOException("Task interrupted while flushing encrypted content"));
|
||||
} finally {
|
||||
executorService.shutdownNow();
|
||||
file.close();
|
||||
|
||||
Reference in New Issue
Block a user