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 8e7bc78 commit efd6818Copy full SHA for efd6818
src/lib/device-cache.ts
@@ -44,7 +44,7 @@ export async function getDevicesAndBrowsers(
44
45
if (!liveRes.ok || !appLiveRes.ok) {
46
throw new Error(
47
- `Failed to fetch configuration from BrowserStack for try catch around JSON parse.: live=${liveRes.statusText}, app_live=${appLiveRes.statusText}`,
+ `Failed to fetch configuration from BrowserStack : live=${liveRes.statusText}, app_live=${appLiveRes.statusText}`,
48
);
49
}
50
0 commit comments