Skip to content

Commit c4c76c3

Browse files
Add missing space dot
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
1 parent 7dbc0f9 commit c4c76c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/driver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ export class XCUITestDriver extends BaseDriver {
514514
} catch (error) {
515515
if (_.isUndefined(this.opts.mjpegServerPort)) {
516516
this.log.warn(
517-
`Cannot forward the device port ${DEFAULT_MJPEG_SERVER_PORT} to the local port ${DEFAULT_MJPEG_SERVER_PORT}.` +
518-
`Certain features, like MJPEG-based screen recording, will be unavailable during this session.` +
517+
`Cannot forward the device port ${DEFAULT_MJPEG_SERVER_PORT} to the local port ${DEFAULT_MJPEG_SERVER_PORT}. ` +
518+
`Certain features, like MJPEG-based screen recording, will be unavailable during this session. ` +
519519
`Try to customize the value of 'mjpegServerPort' capability as a possible solution`,
520520
);
521521
} else {

0 commit comments

Comments
 (0)