Skip to content

Commit 577903a

Browse files
authored
Update driver.js
1 parent 3d273b1 commit 577903a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/driver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,8 @@ export class XCUITestDriver extends BaseDriver {
950950
this.log.info(`WebDriverAgent version: '${this.cachedWdaStatus.build.version}'`);
951951
} else {
952952
this.log.warn(
953-
`WebDriverAgent does not provide any version information. This might indicate either a custom or an outdated build.`
953+
`WebDriverAgent does not provide any version information. ` +
954+
`This might indicate either a custom or an outdated build.`
954955
);
955956
}
956957

0 commit comments

Comments
 (0)