mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Fix: panic while decompress files / Cannot edit policy
This commit is contained in:
@@ -78,7 +78,6 @@ func (job *DecompressTask) Do() {
|
||||
job.SetErrorMsg("无法创建文件系统", err)
|
||||
return
|
||||
}
|
||||
defer fs.Recycle()
|
||||
|
||||
job.TaskModel.SetProgress(DecompressingProgress)
|
||||
err = fs.Decompress(context.Background(), job.TaskProps.Src, job.TaskProps.Dst)
|
||||
|
||||
Reference in New Issue
Block a user