mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-08-07 05:22:12 -04:00
fix(builder): use screen=True for cmd progress
Signed-off-by: Akash Yadav <itsaky01@gmail.com>
This commit is contained in:
1 file changed
+1
-1
@@ -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:
|
||||
|
||||
Reference in new issue
Block a user