Skip to content

Commit 75fb867

Browse files
chore: Remove unneeded else statement
1 parent 0407d56 commit 75fb867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/services/livesync/ios-livesync-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export class IOSLiveSyncService extends PlatformLiveSyncServiceBase implements I
2323

2424
if (device.isEmulator) {
2525
return super.fullSync(syncInfo);
26-
} else {
27-
this.$iOSDebuggerPortService.attachToDebuggerPortFoundEvent(device);
2826
}
2927

28+
this.$iOSDebuggerPortService.attachToDebuggerPortFoundEvent(device);
29+
3030
const projectData = syncInfo.projectData;
3131
const platformData = this.$platformsData.getPlatformData(device.deviceInfo.platform, projectData);
3232
const deviceAppData = await this.getAppData(syncInfo);

0 commit comments

Comments
 (0)