Skip to content

Commit b5969a5

Browse files
committed
Avoid duplicate readiness preflight in open flow
1 parent 6519908 commit b5969a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/daemon/handlers/session.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ export async function handleSessionCommands(params: {
321321
return { ok: true, data: { session: sessionName, appName, appBundleId } };
322322
}
323323
const device = await resolveTargetDevice(req.flags ?? {});
324-
await ensureReady(device);
325324
const inUse = sessionStore.toArray().find((s) => s.device.id === device.id);
326325
if (inUse) {
327326
return {

0 commit comments

Comments
 (0)