This commit is contained in:
2026-01-20 00:31:44 -08:00
parent fcab85455d
commit 1f65f9de2a
5 changed files with 104 additions and 21 deletions

12
CLI.py
View File

@@ -1233,6 +1233,10 @@ class CmdletExecutor:
)
except Exception:
pass
try:
progress_ui.complete_all_pipes()
except Exception:
pass
try:
progress_ui.stop()
except Exception:
@@ -1280,6 +1284,10 @@ class CmdletExecutor:
)
except Exception:
pass
try:
progress_ui.complete_all_pipes()
except Exception:
pass
try:
progress_ui.stop()
except Exception:
@@ -1312,6 +1320,10 @@ class CmdletExecutor:
)
except Exception:
pass
try:
progress_ui.complete_all_pipes()
except Exception:
pass
try:
progress_ui.stop()
except Exception: