diff --git a/src/utils/claudeInChrome/setupPortable.ts b/src/utils/claudeInChrome/setupPortable.ts index 990b748..28c4d8d 100644 --- a/src/utils/claudeInChrome/setupPortable.ts +++ b/src/utils/claudeInChrome/setupPortable.ts @@ -231,3 +231,4 @@ export function isChromeExtensionInstalled(log?: Logger): Promise { const browserPaths = getAllBrowserDataPathsPortable() return isChromeExtensionInstalledPortable(browserPaths, log) } +