forked from MapComplete/MapComplete
Fix path in generateSeries script
This commit is contained in:
parent
1a05e0c9a1
commit
2929b02dc5
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class GenerateSeries extends Script {
|
||||||
} while (true)
|
} while (true)
|
||||||
|
|
||||||
const allFiles = readdirSync(targetDir).filter((p) => p.endsWith(".json"))
|
const allFiles = readdirSync(targetDir).filter((p) => p.endsWith(".json"))
|
||||||
writeFileSync(targetDir + "file-overview.json", JSON.stringify(allFiles))
|
writeFileSync(targetDir + "/file-overview.json", JSON.stringify(allFiles))
|
||||||
}
|
}
|
||||||
|
|
||||||
private generateCenterPoints(
|
private generateCenterPoints(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue