Skip to content

Commit 3d779cb

Browse files
author
Shashikant Kadam
committed
add missing instrumentation
1 parent 4e1d2e8 commit 3d779cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = function run(args) {
6868
// Validate browserstack.json values and parallels specified via arguments
6969
markBlockStart('validateConfig');
7070
return capabilityHelper.validate(bsConfig, args).then(function (cypressJson) {
71-
71+
markBlockEnd('validateConfig');
7272
markBlockStart('preArchiveSteps');
7373
//get the number of spec files
7474
let specFiles = utils.getNumberOfSpecFiles(bsConfig, args, cypressJson);

0 commit comments

Comments
 (0)