Skip to content

Commit

Permalink
fix(filecount): Add line-jump after progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom5521 committed Jun 8, 2024
1 parent 0deaf33 commit 22a0e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filecount/progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func Progress(count, size *int64, path string) (err error) {
if err != nil {
warnings = append(warnings, err)
}
fmt.Println()
for _, e := range warnings {
warning(e.Error())
}
Expand Down

0 comments on commit 22a0e97

Please sign in to comment.