This commit is contained in:
Igor Timofeev 2018-02-22 06:17:36 +03:00
parent 3a980b36d5
commit 6582c38282

View File

@ -538,6 +538,8 @@ local function download(publication)
version = dependency.version,
}
tryToDownload(dependency.source_url, dependencyPath)
else
os.sleep(0.05)
end
end
end
@ -1296,6 +1298,8 @@ updateFileList = function(category_id, updates)
}
tryToDownload(dependency.source_url, dependencyPath)
else
os.sleep(0.05)
end
end
end