Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit c430515

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #355 from telerik/fix-ios-emulator
Fix emulate command
2 parents 0e7c0ae + 0caed51 commit c430515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/ios/ios-emulator-services.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class IosEmulatorServices implements Mobile.IiOSSimulatorService {
9898
opts = opts.concat("--device", this.$options.device);
9999
}
100100

101-
if(emulatorOptions.args) {
101+
if(emulatorOptions && emulatorOptions.args) {
102102
opts.push(`--args=${emulatorOptions.args}`);
103103
}
104104

0 commit comments

Comments
 (0)