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 c9d62a4feb
commit 947230cddd

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 =