fix(cli): only show updating spinner when auto-update is in progress (#23709)

This commit is contained in:
Tommaso Sciortino
2026-03-24 22:43:03 +00:00
committed by GitHub
parent ee425aefa6
commit 1f07efb5d8
4 changed files with 18 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ export interface UpdateInfo {
export interface UpdateObject {
message: string;
update: UpdateInfo;
isUpdating?: boolean;
}
/**