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 8f5317e commit ff16ba1Copy full SHA for ff16ba1
src/interceptors/frida/frida-ios-integration.ts
@@ -36,7 +36,7 @@ export async function getIosFridaHosts(usbmuxClient: UsbmuxClient): Promise<Reco
36
return devices;
37
}).catch((e) => {
38
if (lastUsbmuxState !== false) {
39
- console.log('Usbmux iOS scanning failed:', e.message);
+ console.log(`Usbmux iOS scanning failed: ${e.message ?? e}`);
40
lastUsbmuxState = false;
41
}
42
return [];
0 commit comments