add handle: addComment;addPackage storage:ListPackage;AddComment;AddPackage

This commit is contained in:
2023-08-10 12:38:55 +03:00
parent bbb9174d8a
commit 92153397a0
22 changed files with 889 additions and 672 deletions

View File

@@ -282,7 +282,7 @@ func Updates(opt UpdateOptions) {
return nil
})
}
group.Wait()
_ = group.Wait()
}()
for u := range ch {
if opt.OnUpdate != nil {