build: fix linting issue in spec-main
This commit is contained in:
parent
dcb56923cb
commit
ef9addcb92
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class RemoteControlApp {
|
|||
req.end();
|
||||
});
|
||||
}
|
||||
|
||||
remotely = (script: Function, ...args: any[]): Promise<any> => {
|
||||
return this.remoteEval(`(${script})(...${JSON.stringify(args)})`);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue