Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Oct 23, 2024
1 parent fd02bab commit c765bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export class XCUITestDriver extends BaseDriver {

// if we only have bundle identifier and no app, fail if it is not already installed.
if (this.skipDeviceCheck) {
this.logs.debug(`Skipping ${this.opts.bundleId} installation check since skipDeviceCheck was given.`);
this.log.debug(`Skipping ${this.opts.bundleId} installation check since skipDeviceCheck was given.`);
} else if (
!this.opts.app &&
this.opts.bundleId &&
Expand Down

0 comments on commit c765bdc

Please sign in to comment.