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

clean

上级 b4dd81fd
...@@ -84,8 +84,8 @@ bot.init() ...@@ -84,8 +84,8 @@ bot.init()
process.exit(-1) process.exit(-1)
}) })
finis((code, reason) => { finis((code, signal) => {
const exitMsg = `Wechaty exit ${code} because of ${reason} ` const exitMsg = `Wechaty exit ${code} because of ${signal} `
console.log(exitMsg) console.log(exitMsg)
bot.say(exitMsg) bot.say(exitMsg)
}) })
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册