Skip to content

Commit

Permalink
fix: Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 26, 2020
1 parent 37ed9c4 commit a182489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-jobs/scripts/build-webdriveragents.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function buildAndUploadWebDriverAgents () {
const [, , patch] = xcodePath.split('.');
if (patch === '0') {
log.info(`Skipping xcode '${xcodePath}'`);
continue
continue;
}

// Build webdriveragent for this xcode version
Expand Down

0 comments on commit a182489

Please sign in to comment.