Give the PHP layer somewhere to record what it swallowed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user