Skip to content

Commit b0f256c

Browse files
FatmeFatme
authored andcommitted
Print correct application pid
1 parent cc7878c commit b0f256c

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)