Skip to content

Commit

Permalink
Add missing space dot
Browse files Browse the repository at this point in the history
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
  • Loading branch information
saikrishna321 and SrinivasanTarget committed Jan 21, 2025
1 parent 7dbc0f9 commit c4c76c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,8 @@ export class XCUITestDriver extends BaseDriver {
} catch (error) {
if (_.isUndefined(this.opts.mjpegServerPort)) {
this.log.warn(
`Cannot forward the device port ${DEFAULT_MJPEG_SERVER_PORT} to the local port ${DEFAULT_MJPEG_SERVER_PORT}.` +
`Certain features, like MJPEG-based screen recording, will be unavailable during this session.` +
`Cannot forward the device port ${DEFAULT_MJPEG_SERVER_PORT} to the local port ${DEFAULT_MJPEG_SERVER_PORT}. ` +
`Certain features, like MJPEG-based screen recording, will be unavailable during this session. ` +
`Try to customize the value of 'mjpegServerPort' capability as a possible solution`,
);
} else {
Expand Down

0 comments on commit c4c76c3

Please sign in to comment.