提交 f6225cad 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

better log

上级 f70a4efe
......@@ -161,7 +161,7 @@ export class Message extends Accessory implements Sayable {
if (this.type() === Message.Type.Text) {
msgStrList.push(`<${this.text()}>`)
} else {
log.silly('Message', 'toString() for message type: ', Message.Type[this.type()])
log.silly('Message', 'toString() for message type: %s(%s)', Message.Type[this.type()], this.type())
if (!this.payload) {
throw new Error('no payload')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册