mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(install): show npm install progress without gum
Show the same Installing OpenClaw package progress line in the no-gum npm install fallback before redirecting npm output to the temp log. Fixes #82305 Co-authored-by: Sebastien Tardif <sebtardif@ncf.ca>
This commit is contained in:
@@ -880,6 +880,7 @@ run_npm_global_install() {
|
||||
return $?
|
||||
fi
|
||||
|
||||
ui_info "Installing OpenClaw package"
|
||||
"${cmd[@]}" >"$log" 2>&1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user