Skip to content

Commit 31e9461

Browse files
committed
Remove unused method
1 parent a05d560 commit 31e9461

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/browsers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const browserConfigPath = (configPath: string) => path.join(configPath, 'browser
1717

1818
export { BrowserInstance };
1919

20-
const updateBrowserConfig = promisify(getBrowserLauncherCb.update);
21-
2220
export async function checkBrowserConfig(configPath: string) {
2321
// It's not clear why, but sometimes the browser config can become corrupted, so it's not valid JSON
2422
// If that happens JBL doesn't catch it, so we crash. To avoid that, we check it here on startup.

0 commit comments

Comments
 (0)