forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
@ -42,7 +42,12 @@ async function main(args: string[]) {
|
|||
if (removedLanguages.length === 0) {
|
||||
console.warn("No items removed. Doublecheck the paths")
|
||||
} else {
|
||||
console.log("Removed items in " + removedLanguages.join(", "), ";", removedLanguages.length, "in total")
|
||||
console.log(
|
||||
"Removed items in " + removedLanguages.join(", "),
|
||||
";",
|
||||
removedLanguages.length,
|
||||
"in total"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue