Commit 659d3987 by Li Feifei

优化代码

parent a1c3b215
Pipeline #15685 passed with stages
in 31 seconds
...@@ -177,7 +177,7 @@ func (f *ObtainFile) uploadPacked() error { ...@@ -177,7 +177,7 @@ func (f *ObtainFile) uploadPacked() error {
func (f *ObtainFile) Worker(err error) { func (f *ObtainFile) Worker(err error) {
defer func() { defer func() {
if err != nil { if err != nil {
g.Log().Async().Info(err) g.Log().Async().Error(err)
f.err <- err f.err <- err
} else { } else {
f.ok <- true f.ok <- true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment