Skip to content

Commit 3afbf1d

Browse files
committed
Stop existing-chrome showing as always available
1 parent 044de8e commit 3afbf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interceptors/chromium-based-interceptors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ abstract class ExistingChromiumBasedInterceptor implements Interceptor {
173173

174174
async isActivable() {
175175
if (this.activeBrowser) return false;
176-
return !!this.browserDetails();
176+
return !!await this.browserDetails();
177177
}
178178

179179
async findExistingPid(): Promise<number | undefined> {

0 commit comments

Comments
 (0)