mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
parent
ce5f8990ef
commit
108d6cb841
1 changed files with 2 additions and 1 deletions
|
@ -151,7 +151,8 @@ public class Decrypt implements Runnable {
|
||||||
Streams.pipeAll(decryptionStream, System.out);
|
Streams.pipeAll(decryptionStream, System.out);
|
||||||
decryptionStream.close();
|
decryptionStream.close();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
return;
|
err_ln("Unable to decrypt: " + e.getMessage());
|
||||||
|
System.exit(29);
|
||||||
}
|
}
|
||||||
if (verifyOut == null) {
|
if (verifyOut == null) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue