We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cb8b2 commit c320593Copy full SHA for c320593
bin/commands/runs.js
@@ -62,7 +62,7 @@ module.exports = function run(args) {
62
logger.error(err);
63
64
// display browserstack.json is not valid only if validation of browserstack.json field has failed, otherwise display just the error message
65
- // If paralles specified in arguments are invalid do not display browserstack.json is invalid message
+ // If parallels specified in arguments are invalid do not display browserstack.json is invalid message
66
if (!(err === Constants.validationMessages.INVALID_PARALLELS_CONFIGURATION && !utils.isUndefined(args.parallels))) {
67
logger.error(Constants.validationMessages.NOT_VALID);
68
}
0 commit comments