don't swallow errors!

This commit is contained in:
Bruno Windels 2020-09-03 15:30:09 +02:00
parent a943467e71
commit 8676909a26

View file

@ -145,6 +145,7 @@ export class Encryption {
for (const target of newEncryptionTargets) { for (const target of newEncryptionTargets) {
target.dispose(); target.dispose();
} }
throw err;
} }
return newEncryptionTargets; return newEncryptionTargets;
} }