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

use SN:%d instead of #:%d to avoid log message link to issue mistakly

上级 42ceebc0
......@@ -84,7 +84,7 @@ export class Message implements Sayable {
constructor(public rawObj?: MessageRawObj) {
this._counter = Message.counter++
log.silly('Message', 'constructor() #%d', this._counter)
log.silly('Message', 'constructor() SN:%d', this._counter)
if (typeof rawObj === 'string') {
this.rawObj = JSON.parse(rawObj)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册