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

handle promise

上级 ec64a362
......@@ -418,7 +418,7 @@ async function createDingRoom(contact: Contact): Promise<any> {
const contactList = [contact, helperContact]
log.verbose('Bot', 'contactList: "%s"', contactList.join(','))
contact.say(`There isn't ding room. I'm trying to create a room with "${helperContact.name()}" and you`)
await contact.say(`There isn't ding room. I'm trying to create a room with "${helperContact.name()}" and you`)
const room = await bot.Room.create(contactList, 'ding')
log.info('Bot', 'createDingRoom() new ding room created: "%s"', room)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册