diff options
Diffstat (limited to 'lua/dep.lua')
-rwxr-xr-x | lua/dep.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/dep.lua b/lua/dep.lua index 62a77da..ca179c5 100755 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -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 |