We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e11cc1 commit ea303f7Copy full SHA for ea303f7
1 file changed
src/driver.ts
@@ -220,7 +220,9 @@ export class AppiumFlutterDriver extends BaseDriver<FlutterDriverConstraints> {
220
) {
221
return await super.executeCommand(command, ...args);
222
} else {
223
- this.log.info(`Executing the command: ${command} with args: ${args} and flutterCommand ${isFlutterDriverCommand(command)}`);
+ this.log.info(
224
+ `Executing the command: ${command} with args: ${args} and flutterCommand ${isFlutterDriverCommand(command)}`,
225
+ );
226
}
227
228
this.handleContextSwitch(command, args);
0 commit comments