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