We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b117ef7 commit c575d50Copy full SHA for c575d50
lib/services/livesync-process-data-service.ts
@@ -6,7 +6,7 @@ export class LiveSyncProcessDataService implements ILiveSyncProcessDataService {
6
this.processes[projectDir].actionsChain = this.processes[projectDir].actionsChain || Promise.resolve();
7
this.processes[projectDir].currentSyncAction = this.processes[projectDir].actionsChain;
8
this.processes[projectDir].isStopped = false;
9
- this.processes[projectDir].platforms = platforms;
+ this.processes[projectDir].platforms = platforms;
10
11
const currentDeviceDescriptors = this.getDeviceDescriptors(projectDir);
12
this.processes[projectDir].deviceDescriptors = _.uniqBy(currentDeviceDescriptors.concat(deviceDescriptors), "identifier");
0 commit comments