Skip to content

Commit

Permalink
fix: regression where run was executing multiple times (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Jan 3, 2024
1 parent 296e640 commit 4d70c81
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ const createRun =
simulator || fallbackSimulator,
);
}

return;
}

if (args.device && args.udid) {
Expand Down

0 comments on commit 4d70c81

Please sign in to comment.