mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
show install text with output not error
This commit is contained in:
parent
44376ee382
commit
f7ce78bc87
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def install_playwright(io):
|
||||||
See {urls.enable_playwright} for more info.
|
See {urls.enable_playwright} for more info.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
io.tool_error(text)
|
io.tool_output(text)
|
||||||
if not io.confirm_ask("Install playwright?", default="y"):
|
if not io.confirm_ask("Install playwright?", default="y"):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue