Skip to content

Commit 4d70c81

Browse files
authored
fix: regression where run was executing multiple times (#2242)
1 parent 296e640 commit 4d70c81

File tree

1 file changed

+2
-0
lines changed
  • packages/cli-platform-apple/src/commands/runCommand

1 file changed

+2
-0
lines changed

packages/cli-platform-apple/src/commands/runCommand/createRun.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ const createRun =
253253
simulator || fallbackSimulator,
254254
);
255255
}
256+
257+
return;
256258
}
257259

258260
if (args.device && args.udid) {

0 commit comments

Comments
 (0)