8000 Update apps/rush-lib/src/logic/InstallManager.ts · JavaScriptExpert/rushstack@4299c5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4299c5e

Browse files
Update apps/rush-lib/src/logic/InstallManager.ts
Co-Authored-By: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 134e58c commit 4299c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/rush-lib/src/logic/InstallManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ export class InstallManager {
10781078

10791079
if (baseEnv.hasOwnProperty(envVar)) {
10801080
setEnvironmentVariable = false;
1081-
console.log(colors.yellow(`WARNING: Environment variable already defined:`));
1081+
console.log(`Environment variable already defined:`);
10821082
console.log(` Name: ${envVar}`);
10831083
console.log(` Existing value: ${baseEnv[envVar]}`);
10841084
console.log(` Value set in rush.json: ${environmentVariables[envVar].value}`);

0 commit comments

Comments
 (0)
0