8000 Change and to or for ensureConsistentVersions · microsoftly/rushstack@3ba6009 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ba6009

Browse files
committed
Change and to or for ensureConsistentVersions
1 parent 615ed0b commit 3ba6009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rush-lib/src/api/Subspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export class Subspace {
278278
public get shouldEnsureConsistentVersions(): boolean {
279279
// If the subspaces feature is enabled, or the ensureConsistentVersions field is defined, return the value of the field
280280
if (
281-
this._rushConfiguration.subspacesFeatureEnabled &&
281+
this._rushConfiguration.subspacesFeatureEnabled ||
282282
this.getCommonVersions().ensureConsistentVersions !== undefined
283283
) {
284284
return !!this.getCommonVersions().ensureConsistentVersions;

0 commit comments

Comments
 (0)
0