提交 35bf5b8a 编写于 作者: S SuperChang 提交者: Huan (李卓桓)

Update contact.ts (#1861)

there need a `newAlias` for `%s`
上级 476cf91e
......@@ -472,6 +472,7 @@ export class Contact extends Accessory implements Sayable {
this.payload = await this.puppet.contactPayload(this.id)
if (newAlias && newAlias !== this.payload.alias) {
log.warn('Contact', 'alias(%s) sync with server fail: set(%s) is not equal to get(%s)',
newAlias,
newAlias,
this.payload.alias,
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册