10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0b633 commit 389e868Copy full SHA for 389e868
apps/rush-lib/src/api/RushConfiguration.ts
@@ -248,8 +248,8 @@ export abstract class PackageManagerOptionsConfigurationBase implements IPackage
248
public readonly environmentVariables?: IConfigurationEnvironment
249
250
/** @internal */
251
- protected constructor(environmentVariables?: IConfigurationEnvironment) {
252
- this.environmentVariables = environmentVariables;
+ protected constructor(json: IPackageManagerOptionsJsonBase) {
+ this.environmentVariables = json.environmentVariables;
253
}
254
255
0 commit comments