We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9888581 commit b557596Copy full SHA for b557596
lib/services/livesync/livesync-service.ts
@@ -527,7 +527,7 @@ export class LiveSyncService extends EventEmitter implements IDebugLiveSyncServi
527
}
528
529
530
- pattern.push(projectData.appResourcesDirectoryPath);
+ patterns.push(projectData.appResourcesDirectoryPath);
531
532
const currentWatcherInfo = this.liveSyncProcessesInfo[liveSyncData.projectDir].watcherInfo;
533
const areWatcherPatternsDifferent = () => _.xor(currentWatcherInfo.patterns, patterns).length;
0 commit comments