Give the PHP layer somewhere to record what it swallowed

This commit is contained in:
Gmer4Lfe
2026-08-24 18:51:36 -04:00
parent 492757ce70
commit eda411c0be
6 changed files with 55 additions and 5 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ try {
if (in_array($_parts[0], $_repoSkip)) continue;
$_repoFiles[] = $_rel;
}
} catch (Exception $_re) {}
} catch (Exception $_re) { vv_log_error('pages/scheduler.php', 'repo file walk failed: ' . $_re->getMessage()); }
sort($_repoFiles);
// Docs tree: README and Manual with their per-module children