diff --git a/src/puppet-wechat4u.ts b/src/puppet-wechat4u.ts index 739c1e4..9fe0a5f 100644 --- a/src/puppet-wechat4u.ts +++ b/src/puppet-wechat4u.ts @@ -1008,6 +1008,11 @@ export class PuppetWechat4u extends Puppet { return found } + public unref (): void { + log.verbose('PuppetWechat4u', 'unref()') + super.unref() + // TODO: unref wechat4u + } } export default PuppetWechat4u