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

code clean

上级 51813a03
......@@ -246,7 +246,7 @@ export class PuppeteerMessage extends Message {
}
if (this.obj.room) {
const r = PuppeteerRoom.load(this.obj.room) as PuppeteerRoom
const r = PuppeteerRoom.load(this.obj.room)
r.puppet = this.puppet
return r
}
......
......@@ -74,7 +74,7 @@ export abstract class Message extends PuppetAccessory implements Sayable {
readonly fileOrPayload?: string | Object,
) {
super()
log.silly('Message', 'constructor(%s) for class %s',
log.silly('Message', 'constructor(%s) for child class %s',
fileOrPayload || '',
this.constructor.name,
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册