wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
642 stars 88 forks source link

机器人不是群管理员时,设置群公告、移除群成员会导致程序崩溃! #203

Open zaneon opened 1 year ago

zaneon commented 1 year ago

for (const [, p] of this._pendingCallbacks.entries()) { p.reject(e); } 看源码好像是这里reject导致的 能否往外面抛出错误而不是崩溃