Skip to content

Commit 8e98c02

Browse files
Brian VassellBrian Vassell
authored andcommitted
Align daemon profile/edge debug messaging with Brave support
1 parent 91f2e4a commit 8e98c02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

daemon.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def _load_env():
3535
BUF = 500
3636
PROFILES = [
3737
Path.home() / "Library/Application Support/Google/Chrome",
38+
Path.home() / "Library/Application Support/BraveSoftware/Brave-Browser",
3839
Path.home() / "Library/Application Support/Microsoft Edge",
3940
Path.home() / "Library/Application Support/Microsoft Edge Beta",
4041
Path.home() / "Library/Application Support/Microsoft Edge Dev",
@@ -93,7 +94,7 @@ def get_ws_url():
9394
except OSError:
9495
if time.time() >= deadline:
9596
raise RuntimeError(
96-
f"Chrome's remote-debugging page is open, but DevTools is not live yet on 127.0.0.1:{port.strip()} — if Chrome opened a profile picker, choose your normal profile first, then tick the checkbox and click Allow if shown"
97+
f"The browser's remote-debugging page is open, but DevTools is not live yet on 127.0.0.1:{port.strip()} — if it opened a profile picker, choose your normal profile first, then tick the checkbox and click Allow if shown"
9798
)
9899
time.sleep(1)
99100
finally:

0 commit comments

Comments
 (0)