Skip to content

Commit 8d95920

Browse files
authored
Merge pull request #4740 from NativeScript/fatme/default-native-changed
fix: initialize nativeChanged with true when checking for changes
2 parents 2022717 + 065bd14 commit 8d95920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/project-changes-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export class ProjectChangesService implements IProjectChangesService {
183183
this._changesInfo = this._changesInfo || new ProjectChangesInfo();
184184
this._changesInfo.appResourcesChanged = true;
185185
this._changesInfo.configChanged = true;
186+
this._changesInfo.nativeChanged = true;
186187
return true;
187188
}
188189

0 commit comments

Comments
 (0)