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 28f2f95 commit 1aba3c1Copy full SHA for 1aba3c1
lib/services/livesync/livesync-service.ts
@@ -537,7 +537,7 @@ export class LiveSyncService extends EventEmitter implements IDebugLiveSyncServi
537
}
538
539
540
- pattern.push(projectData.appResourcesDirectoryPath);
+ patterns.push(projectData.appResourcesDirectoryPath);
541
542
const currentWatcherInfo = this.liveSyncProcessesInfo[liveSyncData.projectDir].watcherInfo;
543
const areWatcherPatternsDifferent = () => _.xor(currentWatcherInfo.patterns, patterns).length;
0 commit comments