mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 02:10:32 -06:00
SEARCH-563
- Typo
This commit is contained in:
parent
b32c7784ea
commit
761875559c
@ -164,7 +164,7 @@ DecryptionStream.prototype._flush = function(cb) {
|
||||
try {
|
||||
this._decipher.final();
|
||||
} catch (e) {
|
||||
log.send(logLevels.ERROR, 'Crypto: Decryption Failed: ' + e);
|
||||
log.send(logLevels.ERROR, 'Crypto: Decryption failed: ' + e);
|
||||
return cb();
|
||||
}
|
||||
decrypted.forEach(function(item) {
|
||||
|
Loading…
Reference in New Issue
Block a user