Logger: improving the logger, and using it in client code.
This commit is contained in:
@ -212,7 +212,7 @@ async function _insertChatDom (
|
||||
}
|
||||
)
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
logger.error(err)
|
||||
}
|
||||
},
|
||||
icon: promoteSVG,
|
||||
|
Reference in New Issue
Block a user