You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
To decompress a tar archive i must provide 'archive' parameter to constructor:
otherwise when i'm doing a decompression
it throws and exception 'Tar Archive not found'.
I think that there are unlogical code in the decompress method:
because $archive variable is redefining at the next line:
Maybe this code must be removed or reworked to avoid double passing an archive variable during decompress.
The text was updated successfully, but these errors were encountered: