Skip to content

Commit 3ba3d88

Browse files
committed
add JSON.stringify
1 parent b1e5b31 commit 3ba3d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/driver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class WebOSDriver extends BaseDriver {
221221
return browserVersionInfo;
222222
}
223223

224-
log.info(`The response did not have Browser, thus set the Browser value from UA as ${browserVersionInfo}`);
224+
log.info(`The response did not have Browser, thus set the Browser value from UA as ${JSON.stringify(browserVersionInfo)}`);
225225
browserVersionInfo.Browser = chromeVersion[0];
226226
return browserVersionInfo;
227227
}

0 commit comments

Comments
 (0)