mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 10:57:26 +00:00
Update: harden control UI asset handling in update flow (#10146)
* Update: harden control UI asset handling in update flow * fix: harden update doctor entrypoint guard (#10146) (thanks @gumadeiras)
This commit is contained in:
committed by
GitHub
parent
50e687d17d
commit
c75275f109
@@ -88,7 +88,10 @@ const STEP_LABELS: Record<string, string> = {
|
||||
"preflight cleanup": "Cleaning preflight worktree",
|
||||
"deps install": "Installing dependencies",
|
||||
build: "Building",
|
||||
"ui:build": "Building UI",
|
||||
"ui:build": "Building UI assets",
|
||||
"ui:build (post-doctor repair)": "Restoring missing UI assets",
|
||||
"ui assets verify": "Validating UI assets",
|
||||
"openclaw doctor entry": "Checking doctor entrypoint",
|
||||
"openclaw doctor": "Running doctor checks",
|
||||
"git rev-parse HEAD (after)": "Verifying update",
|
||||
"global update": "Updating via package manager",
|
||||
|
||||
Reference in New Issue
Block a user