Skip to content

Commit 1aba3c1

Browse files
petekanevKristianDD
authored andcommitted
fix ts compile error
1 parent 28f2f95 commit 1aba3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/livesync-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export class LiveSyncService extends EventEmitter implements IDebugLiveSyncServi
537537
}
538538
}
539539

540-
pattern.push(projectData.appResourcesDirectoryPath);
540+
patterns.push(projectData.appResourcesDirectoryPath);
541541

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

0 commit comments

Comments
 (0)