fix(plugin): check optional plugins again after resolving enabled. Fixes #1402

This commit is contained in:
Folke Lemaitre 2024-06-15 09:11:36 +02:00
parent eb4957442e
commit 067fd41933
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 3 additions and 0 deletions

View File

@ -319,6 +319,9 @@ function Spec:fix_disabled()
end end
end end
-- check optional plugins again
self:fix_optional()
-- rebuild any plugin specs that were modified -- rebuild any plugin specs that were modified
self:rebuild() self:rebuild()
end end