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

Commit ff2c775

Browse files
Merge pull request #328 from telerik/vladimirov/merge-1.0.1-in-master
Merge 1.0.1 release in master
2 parents 8dd24e2 + c7c18fa commit ff2c775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile/ios/ios-emulator-services.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ class IosEmulatorServices implements Mobile.IEmulatorPlatformServices {
8585
opts = opts.concat("--device", options.device);
8686
}
8787

88-
if (emulatorOptions.args) {
89-
opts.push(util.format("--args=\"%s\"", emulatorOptions.args));
88+
if(emulatorOptions.args) {
89+
opts.push(`--args=${emulatorOptions.args}`);
9090
}
9191

9292
this.$childProcess.spawn(nodeCommandName, opts, { stdio: "inherit" });

0 commit comments

Comments
 (0)