Skip to content

Commit ef9addc

Browse files
build: fix linting issue in spec-main
1 parent dcb5692 commit ef9addc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec-main/spec-helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class RemoteControlApp {
5353
req.end();
5454
});
5555
}
56+
5657
remotely = (script: Function, ...args: any[]): Promise<any> => {
5758
return this.remoteEval(`(${script})(...${JSON.stringify(args)})`);
5859
}

0 commit comments

Comments
 (0)