diff --git a/aider/scrape.py b/aider/scrape.py index 252e396ac..ca08b9c1f 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -47,7 +47,7 @@ def install_playwright(io): See {urls.enable_playwright} for more info. """ - io.tool_error(text) + io.tool_output(text) if not io.confirm_ask("Install playwright?", default="y"): return