Skip to content

Commit

Permalink
default to ModuleInstallFalgs
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 2, 2023
1 parent 8586d42 commit b104028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/installer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ export interface IProductPathService {
}

export enum ModuleInstallFlags {
default = 0,
upgrade = 1,
updateDependencies = 2,
reInstall = 4,
installPipIfRequired = 8,
default = 0,
}

export type InstallOptions = {
Expand Down

0 comments on commit b104028

Please sign in to comment.