Skip to content

Commit

Permalink
chore: add readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
0618 committed Jan 5, 2024
1 parent 7aadedd commit 20f72ce
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export abstract class PackageManagerController {
*/
constructor(
readonly projectRoot: string,
protected executable: string,
protected binaryRunner: string,
protected initDefault: string[],
protected installCommand: string,
protected readonly executable: string,
protected readonly binaryRunner: string,
protected readonly initDefault: string[],
protected readonly installCommand: string,
protected readonly fsp = _fsp,
protected readonly path = _path,
protected readonly execa = _execa,
Expand Down

0 comments on commit 20f72ce

Please sign in to comment.