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 dab0925 commit 01ac654Copy full SHA for 01ac654
src/lib/local.ts
@@ -86,7 +86,7 @@ export async function ensureLocalBinarySetup(
86
);
87
return;
88
}
89
-
+
90
const localBinary = new Local();
91
await killExistingBrowserStackLocalProcesses();
92
src/tools/accessiblity-utils/scanner.ts
@@ -41,7 +41,6 @@ export class AccessibilityScanner {
41
42
43
44
45
if (hasLocal) {
46
await ensureLocalBinarySetup(localIdentifier);
47
} else {
0 commit comments