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

fix dirty exception

上级 2b06d9f1
......@@ -102,7 +102,7 @@
"typed-emitter": "^1.2.0",
"watchdog": "^0.8.17",
"wechaty-puppet-hostie": "^0.9.13",
"wechaty-puppet": "^0.31.4",
"wechaty-puppet": "^0.31.5",
"ws": "^7.2.3"
},
"devDependencies": {
......
......@@ -584,6 +584,10 @@ export class Wechaty extends WechatyEventEmitter implements Sayable {
// Do not propagation `reset` event from puppet
break
case 'dirty':
// Huan(202008): do we need to deal with the `dirty` event in Wechaty?
break
default:
/**
* Check: The eventName here should have the type `never`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册