Skip to content

Commit b557596

Browse files
committed
fix ts compile error
1 parent 9888581 commit b557596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/livesync-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ export class LiveSyncService extends EventEmitter implements IDebugLiveSyncServi
527527
}
528528
}
529529

530-
pattern.push(projectData.appResourcesDirectoryPath);
530+
patterns.push(projectData.appResourcesDirectoryPath);
531531

532532
const currentWatcherInfo = this.liveSyncProcessesInfo[liveSyncData.projectDir].watcherInfo;
533533
const areWatcherPatternsDifferent = () => _.xor(currentWatcherInfo.patterns, patterns).length;

0 commit comments

Comments
 (0)