We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6519908 commit b5969a5Copy full SHA for b5969a5
1 file changed
src/daemon/handlers/session.ts
@@ -321,7 +321,6 @@ export async function handleSessionCommands(params: {
321
return { ok: true, data: { session: sessionName, appName, appBundleId } };
322
}
323
const device = await resolveTargetDevice(req.flags ?? {});
324
- await ensureReady(device);
325
const inUse = sessionStore.toArray().find((s) => s.device.id === device.id);
326
if (inUse) {
327
return {
0 commit comments