This commit is contained in:
Igor Timofeev
2017-01-23 06:46:27 +03:00
parent d989aa3b08
commit c441be1ab7
3 changed files with 554 additions and 273 deletions

View File

@@ -181,6 +181,7 @@ function compressor.unpack(pathToCompressedFile, pathWhereToUnpack, showInfo)
file:write(compressedFile:read(size))
file:close()
else
compressedFile:read(size)
info(showInfo, "Failed to open file for writing while unpacking: " .. tostring(reason))
end
elseif not type then