8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061c9f7 commit 6998c57Copy full SHA for 6998c57
libraries/rush-lib/src/api/Subspace.ts
@@ -272,7 +272,7 @@ export class Subspace {
272
* @beta
273
*/
274
public get shouldEnsureConsistentVersions(): boolean {
275
- const subspaceEnsureConsistentVersions: boolean | undefined = this.getCommonVersions().ensureConsistentVersions !== undefined;
+ const subspaceEnsureConsistentVersions: boolean | undefined = this.getCommonVersions().ensureConsistentVersions;
276
if (
277
this._rushConfiguration.subspacesFeatureEnabled ||
278
subspaceEnsureConsistentVersions !== undefined
0 commit comments