We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc76f4 commit 84c72b3Copy full SHA for 84c72b3
lib/common/mobile/mobile-core/devices-service.ts
@@ -893,7 +893,7 @@ export class DevicesService
893
// TODO: Remove from here as it calls startLookingForDevices, so we double the calls to specific device detection services
894
await this.startEmulatorIfNecessary(deviceInitOpts);
895
}
896
- deviceInitOpts;
+
897
const platform = deviceInitOpts.platform;
898
const deviceOption = deviceInitOpts.deviceId;
899
const deviceLookingOptions: Mobile.IDeviceLookingOptions = {
0 commit comments