Skip to content

Commit 3c6b83a

Browse files
FatmeFatme
authored andcommitted
Merge pull request #49 from telerik/fatme/print-correct-appIdentifier
Print correct application pid
2 parents cc7878c + b0f256c commit 3c6b83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/simctl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Simctl implements ISimctl {
2525
let result = this.simctlExec("launch", args).wait();
2626

2727
if (options.waitForDebugger) {
28-
console.log(`${applicationIdentifier}: ${applicationIdentifier}`);
28+
console.log(`${applicationIdentifier}: ${result}`);
2929
}
3030

3131
return result;

0 commit comments

Comments
 (0)