fix and add more tests to Compat
This commit is contained in:
parent
8da1b2ebcf
commit
4522626544
3 changed files with 32 additions and 15 deletions
|
|
@ -61,7 +61,7 @@ module.exports = {
|
|||
try {
|
||||
return sjcl.decrypt(key, cyphertext);
|
||||
} catch (e) {
|
||||
log.error('Decryption failed due to error: ' + e.message);
|
||||
log.info('Decryption failed due to error: ' + e.message);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue