Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 389e868

Browse files
sachinjosephiclanton
andauthored
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)

AltStyle によって変換されたページ (->オリジナル) /