There was an error while loading. Please reload this page.
1 parent 3d273b1 commit 577903aCopy full SHA for 577903a
1 file changed
lib/driver.js
@@ -950,7 +950,8 @@ export class XCUITestDriver extends BaseDriver {
950
this.log.info(`WebDriverAgent version: '${this.cachedWdaStatus.build.version}'`);
951
} else {
952
this.log.warn(
953
- `WebDriverAgent does not provide any version information. This might indicate either a custom or an outdated build.`
+ `WebDriverAgent does not provide any version information. ` +
954
+ `This might indicate either a custom or an outdated build.`
955
);
956
}
957
0 commit comments