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 6353632 commit a693231Copy full SHA for a693231
bin/commands/runs.js
@@ -16,11 +16,7 @@ module.exports = function run(args) {
16
utils.setUsageReportingFlag(bsConfig, args.disableUsageReporting);
17
18
// Validate browserstack.json values
19
-<<<<<<< HEAD
20
- capabilityHelper.validate(bsConfig, args).then(function (validated) {
21
-=======
22
return capabilityHelper.validate(bsConfig).then(function (validated) {
23
->>>>>>> f095146de37ef938646c7144ff45f904b3645b99
24
logger.info(validated);
25
26
// accept the number of parallels
0 commit comments