mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +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) {
|
for (const target of newEncryptionTargets) {
|
||||||
target.dispose();
|
target.dispose();
|
||||||
}
|
}
|
||||||
|
throw err;
|
||||||
}
|
}
|
||||||
return newEncryptionTargets;
|
return newEncryptionTargets;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user