print error

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-14 14:13:18 -06:00
parent 096150d8da
commit a78eb59db0
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ func doReleaseFindNext() bool {
release.notes.SetValue("CheckGoSum() does not seem to lie") release.notes.SetValue("CheckGoSum() does not seem to lie")
return true return true
} }
release.notes.SetValue("CheckGoSum() failed")
return false return false
} }