fix(plugin): don't check if dir exists for virtual plugins

This commit is contained in:
Folke Lemaitre 2024-12-07 11:52:43 +01:00
parent b08dba8107
commit 656cf43093
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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