Skip to content

Commit

Permalink
Remove default universal for get operation
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Jun 19, 2024
1 parent 91ba91d commit a19563e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/src/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ import { promisify, matchExtensionId, optionalStat, makeDirs, addEnvOptions } fr
*/
export async function getExtension(options: GetOptions): Promise<void> {
addEnvOptions(options);
if (!options.target) {
options.target = 'universal';
}

const registry = new Registry(options);
const match = matchExtensionId(options.extensionId);
if (!match) {
Expand Down

0 comments on commit a19563e

Please sign in to comment.