Verbessere Fehlerbehandlung in der Verschlüsselung und PDF-Generierung durch Hinzufügen von Ursacheninformationen
This commit is contained in:
@@ -448,7 +448,7 @@ export async function listSpielplanSeasons() {
|
||||
const bySlug = new Map()
|
||||
|
||||
for (const directory of directories) {
|
||||
let entries = []
|
||||
let entries
|
||||
try {
|
||||
entries = await fs.readdir(directory)
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user