diff --git a/src/cli/update-cli.ts b/src/cli/update-cli.ts index a84ff6b7b..81ecf22f3 100644 --- a/src/cli/update-cli.ts +++ b/src/cli/update-cli.ts @@ -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 =