diff --git a/lib/commands/emulate.ts b/lib/commands/emulate.ts index dfb25faf2c..51cb3068ef 100644 --- a/lib/commands/emulate.ts +++ b/lib/commands/emulate.ts @@ -27,7 +27,7 @@ export class EmulateCommandBase { keyStorePassword: this.$options.keyStorePassword, keyStorePath: this.$options.keyStorePath }; - return this.$platformService.emulatePlatform(args[0], appFilesUpdaterOptions, emulateOptions, this.$projectData, this.$options.provision); + return this.$platformService.emulatePlatform(args[0], appFilesUpdaterOptions, emulateOptions, this.$projectData, this.$options); } }