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

make typescript 2.9 happy (#1188)

上级 7c053a2c
......@@ -24,7 +24,6 @@ import {
Browser,
Cookie,
Dialog,
// ElementHandle,
launch,
Page,
} from 'puppeteer'
......@@ -634,7 +633,7 @@ export class Bridge extends EventEmitter {
*/
public async proxyWechaty(
wechatyFunc : string,
...args : any[],
...args : any[]
): Promise<any> {
log.silly('PuppetPuppeteerBridge', 'proxyWechaty(%s%s)',
wechatyFunc,
......
......@@ -217,7 +217,7 @@ export abstract class Room extends PuppetAccessory implements Sayable {
public emit(
event: RoomEventName,
...args: any[],
...args: any[]
): boolean {
return super.emit(event, ...args)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册