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.
2 parents b5f88a4 + ea61a76 commit d291adcCopy full SHA for d291adc
lib/services/project-changes-service.ts
@@ -91,7 +91,7 @@ export class ProjectChangesService implements IProjectChangesService {
91
await platformData.platformProjectService.checkForChanges(this._changesInfo, prepareData, projectData);
92
}
93
94
- if (prepareData.release !== this._prepareInfo.release) {
+ if (!!prepareData.release !== !!this._prepareInfo.release) {
95
this.$logger.trace(`Setting all setting to true. Current options are: `, prepareData, " old prepare info is: ", this._prepareInfo);
96
this._changesInfo.appResourcesChanged = true;
97
this._changesInfo.configChanged = true;
0 commit comments