Logger: improving the logger, and using it in client code.

This commit is contained in:
John Livingston
2024-06-14 15:17:14 +02:00
parent d931a9c144
commit 2739bb823a
9 changed files with 29 additions and 19 deletions

View File

@ -212,7 +212,7 @@ async function _insertChatDom (
}
)
} catch (err) {
console.error(err)
logger.error(err)
}
},
icon: promoteSVG,