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 a05d560 commit 31e9461Copy full SHA for 31e9461
src/browsers.ts
@@ -17,8 +17,6 @@ const browserConfigPath = (configPath: string) => path.join(configPath, 'browser
17
18
export { BrowserInstance };
19
20
-const updateBrowserConfig = promisify(getBrowserLauncherCb.update);
21
-
22
export async function checkBrowserConfig(configPath: string) {
23
// It's not clear why, but sometimes the browser config can become corrupted, so it's not valid JSON
24
// If that happens JBL doesn't catch it, so we crash. To avoid that, we check it here on startup.
0 commit comments