fix(update): restore reason in summary

This commit is contained in:
Benjamin Jesuiter
2026-01-11 00:59:17 +01:00
committed by Peter Steinberger
parent cc8e6e00a0
commit 6a2b8328df

View File

@@ -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 =