We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0407d56 commit 75fb867Copy full SHA for 75fb867
lib/services/livesync/ios-livesync-service.ts
@@ -23,10 +23,10 @@ export class IOSLiveSyncService extends PlatformLiveSyncServiceBase implements I
23
24
if (device.isEmulator) {
25
return super.fullSync(syncInfo);
26
- } else {
27
- this.$iOSDebuggerPortService.attachToDebuggerPortFoundEvent(device);
28
}
29
+ this.$iOSDebuggerPortService.attachToDebuggerPortFoundEvent(device);
+
30
const projectData = syncInfo.projectData;
31
const platformData = this.$platformsData.getPlatformData(device.deviceInfo.platform, projectData);
32
const deviceAppData = await this.getAppData(syncInfo);
0 commit comments