mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: Fix file decompression issue (#10333)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user