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

#34 add `Contact.remark(newRemark: string)` support

上级 596943f0
...@@ -381,7 +381,7 @@ export class PuppetWeb extends Puppet { ...@@ -381,7 +381,7 @@ export class PuppetWeb extends Puppet {
return ret return ret
} catch (e) { } catch (e) {
log.warn('PuppetWeb', 'contactFind(%s) rejected: %s', filterFunc, e.message) log.warn('PuppetWeb', 'contactRemark(%s, %s) rejected: %s', contact.id, remark, e.message)
throw e throw e
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册