fix(update): restore reason in summary
This commit is contained in:
committed by
Peter Steinberger
parent
cc8e6e00a0
commit
6a2b8328df
@@ -117,6 +117,9 @@ function printResult(result: UpdateRunResult, opts: PrintResultOptions) {
|
|||||||
if (result.root) {
|
if (result.root) {
|
||||||
defaultRuntime.log(` Root: ${theme.muted(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) {
|
if (result.before?.version || result.before?.sha) {
|
||||||
const before =
|
const before =
|
||||||
|
|||||||
Reference in New Issue
Block a user