Update progress bar and more embed

This commit is contained in:
2025-08-31 12:53:48 +07:00
parent 612f091ac8
commit cf9d499e91
17 changed files with 269 additions and 201 deletions

View File

@@ -36,6 +36,5 @@ func CopyNewFiles(newPath string, result *DiffResult) error {
bar.Add(1)
}
bar.Finish()
return nil
}