Skip to content

Commit

Permalink
add unref() wechaty/wechaty#1197
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jul 12, 2018
1 parent 94ca411 commit 567ac20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/puppet-wechat4u.ts
Expand Up @@ -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

0 comments on commit 567ac20

Please sign in to comment.