fix: copy folder between two storage (fix #1670)
This commit is contained in:
@ -82,6 +82,7 @@ func (t *Task[K]) run() {
|
||||
t.state = ERRORED
|
||||
} else {
|
||||
t.state = SUCCEEDED
|
||||
t.SetProgress(100)
|
||||
if t.callback != nil {
|
||||
t.callback(t)
|
||||
}
|
||||
|
Reference in New Issue
Block a user