提交 c1329895 编写于 作者: J jaslin

memberList Method have no 'name' argument definded,it'will cause a undefined error

上级 253f2f4f
......@@ -364,7 +364,7 @@ export class Room extends EventEmitter implements Sayable {
}
public memberList(): Contact[] {
log.verbose('Room', 'member(%s)', name)
log.verbose('Room', 'memberList')
if (!this.obj || !this.obj.memberList || this.obj.memberList.length < 1) {
log.warn('Room', 'memberList() not ready')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册