Scripts: fix typo
This commit is contained in:
parent
30604304eb
commit
7f5b797b7d
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ class DownloadCommunityIndex extends Script {
|
|||
console.log(`Written tile ${path}`)
|
||||
}
|
||||
console.log(`Created ${written} tiles, skipped ${skipped}`)
|
||||
writeFileSync(targetDirectory + "/tiles_6_overview.json", JSON.stringify(writtenTilesOverview), "utf8")
|
||||
writeFileSync(targetDirectory + "/tile_6_overview.json", JSON.stringify(writtenTilesOverview), "utf8")
|
||||
console.log("Created overview file")
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue