File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments