10000 Update apps/rush-lib/src/api/RushConfiguration.ts · JavaScriptExpert/rushstack@389e868 · GitHub
[go: up one dir, main page]

Skip to content

Commit 389e868

Browse files
Update apps/rush-lib/src/api/RushConfiguration.ts
Co-Authored-By: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent df0b633 commit 389e868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/rush-lib/src/api/RushConfiguration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ export abstract class PackageManagerOptionsConfigurationBase implements IPackage
248248
public readonly environmentVariables?: IConfigurationEnvironment
249249

250250
/** @internal */
251-
protected constructor(environmentVariables?: IConfigurationEnvironment) {
252-
this.environmentVariables = environmentVariables;
251+
protected constructor(json: IPackageManagerOptionsJsonBase) {
252+
this.environmentVariables = json.environmentVariables;
253253
}
254254
}
255255

0 commit comments

Comments
 (0)
0