From 35bf5b8a516daff873d77cb1eae8b44eea51e6ed Mon Sep 17 00:00:00 2001 From: SuperChang Date: Mon, 30 Sep 2019 23:30:57 +0800 Subject: [PATCH] Update contact.ts (#1861) there need a `newAlias` for `%s` --- src/user/contact.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/contact.ts b/src/user/contact.ts index 8b9d07d6..65c6c9a1 100644 --- a/src/user/contact.ts +++ b/src/user/contact.ts @@ -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, ) -- GitLab