We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc15b1 commit 9c3ad66Copy full SHA for 9c3ad66
src/tools/applive-utils/start-session.ts
@@ -59,7 +59,7 @@ export async function startSession(args: StartSessionArgs): Promise<string> {
59
60
if (matches.length === 0) {
61
throw new Error(
62
- `No devices found matching "${desiredPhone}" for ${desiredPlatform} ${desiredPlatformVersion} ${JSON.stringify(matches, null, 2)}`,
+ `No devices found matching "${desiredPhone}" for ${desiredPlatform} ${desiredPlatformVersion}`,
63
);
64
}
65
const exactMatch = matches.find(
0 commit comments