Skip to content

Commit ffa54da

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Fix emulate command
1 parent ddc7246 commit ffa54da

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/services/platform-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ export class PlatformService implements IPlatformService {
289289
var emulatorServices = platformData.emulatorServices;
290290

291291
emulatorServices.checkAvailability().wait();
292+
emulatorServices.checkDependencies().wait();
292293

293294
this.buildPlatform(platform).wait();
294295

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"osenv": "0.1.0",
4242
"open": "0.0.4",
4343
"plist": "1.1.0",
44+
"plistlib": "0.2.1",
4445
"progress-stream": "0.5.0",
4546
"prompt": "https://github.com/Icenium/prompt/tarball/master",
4647
"properties-parser": "0.2.3",

0 commit comments

Comments
 (0)