Skip to content

Commit

Permalink
remove options parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyu3 committed Dec 18, 2024
1 parent 758ff38 commit 7129527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/typespec-vscode/src/npm-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class NpmUtil {
packageName: string,
version?: string,
dependencyType: npmDependencyType = npmDependencyType.dependencies,
options: any = {},
on?: spawnExecutionEvents,
): Promise<string[]> {
const dependenciesToInstall: string[] = [];
Expand Down

0 comments on commit 7129527

Please sign in to comment.