mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
don't swallow errors!
This commit is contained in:
parent
a943467e71
commit
8676909a26
@ -145,6 +145,7 @@ export class Encryption {
|
||||
for (const target of newEncryptionTargets) {
|
||||
target.dispose();
|
||||
}
|
||||
throw err;
|
||||
}
|
||||
return newEncryptionTargets;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user