show install text with output not error

This commit is contained in:
Paul Gauthier 2024-07-23 12:02:35 +02:00
parent 44376ee382
commit f7ce78bc87

View file

@ -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