Movatterモバイル変換


[0]ホーム

URL:


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

Commitccf59b2

Browse files
committed
Merge branch 'sachinjoseph/support-custom-environment-variables-for-install-manager' ofhttps://github.com/microsoft/web-build-tools into sachinjoseph/support-custom-environment-variables-for-install-manager
2 parents485cd73 +5599f74 commitccf59b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎apps/rush-lib/src/cli/actions/BaseInstallAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export abstract class BaseInstallAction extends BaseRushAction {
107107
// Because the 'defautltValue' option on the _maxInstallAttempts parameter is set,
108108
// it is safe to assume that the value is not null
109109
if(this._maxInstallAttempts.value!<1){
110-
thrownewError(`The value of "${this._maxInstallAttempts.longName}" must be positive.`);
110+
thrownewError(`The value of "${this._maxInstallAttempts.longName}" must be positive and nonzero.`);
111111
}
112112

113113
constinstallManagerOptions:IInstallManagerOptions=this.buildInstallOptions();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp