fix(spec): allow a spec module to be on the rtp and not only in config

This commit is contained in:
Folke Lemaitre 2023-01-01 20:19:09 +01:00
parent 963e6f72a7
commit 51c23b661e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 131 additions and 19 deletions

View file

@ -55,7 +55,7 @@ function M.check(start)
end
end
Util.lsmod(Config.spec --[[@as string]], M.root, check)
Util.lsmod(Config.spec --[[@as string]], check)
for file in pairs(M.files) do
if not checked[file] then