Skip to content

Commit da59252

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Fix tns debug ios --emulator
Fixes NativeScript/nativescript-cli#1253
1 parent 2173df3 commit da59252

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/simctl.ts

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export class Simctl implements ISimctl {
1010

1111
public launch(deviceId: string, applicationIdentifier: string): IFuture<string> {
1212
let args: string[] = [];
13-
if (options.waitForDebugger) {
14-
args.push("-w");
15-
}
1613

1714
args = args.concat([deviceId, applicationIdentifier]);
1815

0 commit comments

Comments
 (0)