We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cea7a commit 5908105Copy full SHA for 5908105
lib/services/platform-service.ts
@@ -178,7 +178,6 @@ export class PlatformService implements IPlatformService {
178
return (() => {
179
platform = platform.toLowerCase();
180
181
- this.preparePlatform(platform).wait();
182
if (options.emulator) {
183
this.deployOnEmulator(platform).wait();
184
} else {
@@ -215,8 +214,6 @@ export class PlatformService implements IPlatformService {
215
214
var platformData = this.$platformsData.getPlatformData(platform);
216
217
if (options["debug-brk"]) {
218
219
-
220
var cachedDeviceOption = options.forDevice;
221
options.forDevice = true;
222
this.buildPlatform(platform).wait();
0 commit comments