Fix sync not completing when some packages are disabled, and make readme pretty
This commit is contained in:
parent
6bcdc96552
commit
63be58d87d
2 changed files with 9 additions and 0 deletions
|
|
@ -470,11 +470,13 @@ end
|
|||
|
||||
local function sync(package, cb)
|
||||
if not package.enabled then
|
||||
cb()
|
||||
return
|
||||
end
|
||||
|
||||
if package.exists then
|
||||
if package.pin then
|
||||
cb()
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue