don't swallow errors!
This commit is contained in:
parent
a943467e71
commit
8676909a26
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue