fix(builder): use screen=True for cmd progress

Signed-off-by: Akash Yadav <itsaky01@gmail.com>
This commit is contained in:
Akash Yadav committed 2025-11-08 14:26:14 +05:30
1 parent b7d882fcc9
commit d2586f37e1
1 file changed
+1 -1
+1 -1
View File
@@ -80,7 +80,7 @@ async def run_command_with_progress(
render_panel(),
refresh_per_second=refresh_per_second,
console=console,
transient=True,
screen=True,
) as live:
while True:
try: