feat: improved error messages
This commit is contained in:
parent
1c2be88daa
commit
0e388f04ae
4 changed files with 10 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ func progressBar(repositories []Repository) {
|
|||
|
||||
func progressBarAdd(amount int) {
|
||||
if err := bar.Add(amount); err != nil {
|
||||
log.Printf("Progress bar update error: %v\n", err)
|
||||
log.Printf("ERROR: Progress bar update error: %v\n", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue