提交 04ee30e9 编写于 作者: Z Zainan Victor Zhou 提交者: Huan (李卓桓)

Update firer.ts (#388)

Add missing %s content
上级 4d88044f
......@@ -319,7 +319,7 @@ async function checkRoomLeave(m: Message): Promise<void> {
let leaverContact = room.member(leaver)
if (!leaverContact) {
log.error('PuppetWebFirer', 'fireRoomLeave() leaver %s not found, event `room-leave` & `leave` will not be fired')
log.error('PuppetWebFirer', 'fireRoomLeave() leaver %s not found, event `room-leave` & `leave` will not be fired', leaver)
return
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册