mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-06 13:27:43 +08:00
fix: Fix file decompression issue (#10333)
This commit is contained in:
parent
7742e3da38
commit
291b594ad9
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ func (f FileOp) decompressWithSDK(srcFile string, dst string, cType CompressType
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
handler := func(ctx context.Context, archFile archiver.File) error {
|
||||
|
|
Loading…
Add table
Reference in a new issue