Skip to content

Commit

Permalink
chore: remove last else that does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Dec 5, 2023
1 parent 757eab2 commit 04ee5fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/salesforcedx-vscode-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,6 @@ export async function validateCliInstallationAndVersion(): Promise<void> {
} else if (cliInstallationResult === CheckCliEnum.bothSFDXAndSFInstalled) {
showErrorNotification('both_sfdx_and_sf', []);
throw Error('Both SFDX v7 and SF v2 are installed');
} else {
// do nothing - this is a valid CLI version that is compatible with the extensions
}
}

Expand Down

0 comments on commit 04ee5fe

Please sign in to comment.