mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: fix linting issue in spec-main
This commit is contained in:
@@ -53,6 +53,7 @@ class RemoteControlApp {
|
||||
req.end();
|
||||
});
|
||||
}
|
||||
|
||||
remotely = (script: Function, ...args: any[]): Promise<any> => {
|
||||
return this.remoteEval(`(${script})(...${JSON.stringify(args)})`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user