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 5616423 commit 04c90a0Copy full SHA for 04c90a0
lib/services/platform-service.ts
@@ -469,6 +469,7 @@ export class PlatformService implements IPlatformService {
469
}
470
471
public emulatePlatform(platform: string): IFuture<void> {
472
+ this.$options.emulator = true;
473
if (this.$options.availableDevices) {
474
return $injector.resolveCommand("device").execute([platform]);
475
0 commit comments