From dab27dc27e35b25f48850fae50c6f48235c49fa7 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Sat, 26 May 2018 13:04:33 +0800 Subject: [PATCH] plan to add a unref() function (#1197) --- src/wechaty.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wechaty.ts b/src/wechaty.ts index cc1ad273f..365c2998e 100644 --- a/src/wechaty.ts +++ b/src/wechaty.ts @@ -700,6 +700,9 @@ export class Wechaty extends PuppetAccessory implements Sayable { return } + public unref(): void { + log.warn('Wechaty', 'unref() To Be Implemented. See: https://github.com/Chatie/wechaty/issues/1197') + } } export default Wechaty