fix(plugin): don't check if dir exists for virtual plugins
This commit is contained in:
parent
b08dba8107
commit
656cf43093
|
|
@ -99,7 +99,7 @@ M.docs = {
|
|||
|
||||
M.exists = {
|
||||
skip = function(plugin)
|
||||
return not plugin._.is_local
|
||||
return not plugin._.is_local or plugin.virtual
|
||||
end,
|
||||
run = function(self)
|
||||
if not Util.file_exists(self.plugin.dir) then
|
||||
|
|
|
|||
Loading…
Reference in New Issue