We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0115a3 commit df893b1Copy full SHA for df893b1
lib/services/platform-service.ts
@@ -225,7 +225,7 @@ export class PlatformService implements IPlatformService {
225
this.$logger.out("Using ", packageFile);
226
}
227
228
- this.$devicesServices.initialize(platform, options.device).wait();
+ this.$devicesServices.initialize({platform: platform, deviceId: options.device}).wait();
229
var action = (device: Mobile.IDevice): IFuture<void> => { return device.debug(packageFile, this.$projectData.projectId); };
230
this.$devicesServices.execute(action).wait();
231
0 commit comments