it's working now, but some of the logging is very redundant

This commit is contained in:
2025-04-22 17:49:40 -05:00
parent 8bcc8bc0b1
commit 254436c24d
2 changed files with 6 additions and 2 deletions

View File

@ -193,7 +193,7 @@ return function(opts)
M.registertree(opts)
-- sort package dependencies
for _, package in pairs(root.get_packages()) do
for _, package in pairs(packager.get_packages()) do
table.sort(package.requirements, comp)
table.sort(package.dependents, comp)
end