File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ export class LiveSyncService extends EventEmitter implements IDebugLiveSyncServi
4444
4545 public async liveSync ( deviceDescriptors : ILiveSyncDeviceInfo [ ] , liveSyncData : ILiveSyncInfo ) : Promise < void > {
4646 const projectData = this . $projectDataService . getProjectData ( liveSyncData . projectDir ) ;
47+ await this . $pluginsService . ensureAllDependenciesAreInstalled ( projectData ) ;
4748 await this . liveSyncOperation ( deviceDescriptors , liveSyncData , projectData ) ;
4849 }
4950
@@ -337,7 +338,6 @@ export class LiveSyncService extends EventEmitter implements IDebugLiveSyncServi
337338 projectDir : projectData . projectDir
338339 } ) ;
339340 } else {
340- await this . $pluginsService . ensureAllDependenciesAreInstalled ( projectData ) ;
341341 // In case liveSync is called for a second time for the same projectDir.
342342 const isAlreadyLiveSyncing = this . liveSyncProcessesInfo [ projectData . projectDir ] && ! this . liveSyncProcessesInfo [ projectData . projectDir ] . isStopped ;
343343
You can’t perform that action at this time.
0 commit comments