mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SEARCH-197
- Error handling for compression and decompression
This commit is contained in:
@@ -67,6 +67,10 @@ class Search {
|
||||
this.decryptAndInit();
|
||||
}
|
||||
|
||||
/**
|
||||
* Decrypting the existing user .enc file
|
||||
* and initialing the library
|
||||
*/
|
||||
decryptAndInit() {
|
||||
this.crypto.decryption().then(() => {
|
||||
console.timeEnd('Decrypting');
|
||||
|
||||
Reference in New Issue
Block a user