Skip to content

Commit 491c61b

Browse files
committed
Clarify error message
1 parent 5970782 commit 491c61b

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
@@ -80,7 +80,7 @@ export abstract class BaseInstallAction extends BaseRushAction {
8080

8181
if (this._networkConcurrencyParameter.value) {
8282
if (this.rushConfiguration.packageManager !== 'pnpm') {
83-
throw new Error(`The ${this._networkConcurrencyParameter.longName} parameter is currently`
83+
throw new Error(`The "${this._networkConcurrencyParameter.longName}" parameter is`
8484
+ ` only supported when using the PNPM package manager.`);
8585
}
8686
}

0 commit comments

Comments
 (0)