mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-27 19:13:01 +00:00
chore: log which decipher was used
This commit is contained in:
@@ -31,6 +31,7 @@ class DecryptCommandHandler {
|
||||
const [result, error] = await go(this.tryDecryptWith(decipher));
|
||||
if (!error) {
|
||||
if (result) {
|
||||
console.debug(`[${decipher.cipherName}] Decryption OK`);
|
||||
return result;
|
||||
}
|
||||
errors.push(`${decipher.cipherName}: no response`);
|
||||
|
||||
Reference in New Issue
Block a user