Improve log
This commit is contained in:
parent
b6f4719a99
commit
f1e311ce8a
1 changed files with 1 additions and 1 deletions
|
|
@ -2380,7 +2380,7 @@ module.exports = async (
|
|||
return new Promise((res, rej) => {
|
||||
const listener = data => {
|
||||
logger.info(`got res for: ${keys}`)
|
||||
logger.info(data)
|
||||
logger.info(data || 'falsey data (does not get logged)')
|
||||
if (publicKeyForDecryption) {
|
||||
GunWriteRPC.deepDecryptIfNeeded(
|
||||
data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue