mirror of https://github.com/openclaw/openclaw.git
fix(update): restore reason in summary
This commit is contained in:
parent
cc8e6e00a0
commit
6a2b8328df
|
|
@ -117,6 +117,9 @@ function printResult(result: UpdateRunResult, opts: PrintResultOptions) {
|
|||
if (result.root) {
|
||||
defaultRuntime.log(` Root: ${theme.muted(result.root)}`);
|
||||
}
|
||||
if (result.reason) {
|
||||
defaultRuntime.log(` Reason: ${theme.muted(result.reason)}`);
|
||||
}
|
||||
|
||||
if (result.before?.version || result.before?.sha) {
|
||||
const before =
|
||||
|
|
|
|||
Loading…
Reference in New Issue