Skip to content

Commit ea303f7

Browse files
Fix liniting error
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
1 parent 6e11cc1 commit ea303f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/driver.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ export class AppiumFlutterDriver extends BaseDriver<FlutterDriverConstraints> {
220220
) {
221221
return await super.executeCommand(command, ...args);
222222
} else {
223-
this.log.info(`Executing the command: ${command} with args: ${args} and flutterCommand ${isFlutterDriverCommand(command)}`);
223+
this.log.info(
224+
`Executing the command: ${command} with args: ${args} and flutterCommand ${isFlutterDriverCommand(command)}`,
225+
);
224226
}
225227

226228
this.handleContextSwitch(command, args);

0 commit comments

Comments
 (0)