add audit

This commit is contained in:
2026-02-17 01:54:25 -06:00
parent d975214ba6
commit fbdfbc1200
9 changed files with 240 additions and 34 deletions

View File

@@ -121,10 +121,8 @@ if (target_package) {
success = 0
failed = 0
for (i = 0; i < length(results); i++) {
if (results[i].library) {
success++
} else if (results[i].error) {
failed++
if (results[i].modules) {
success = success + length(results[i].modules)
}
}