Performance: specify separate editor layer index

This commit is contained in:
Pieter Vander Vennet 2025-04-26 22:39:05 +02:00
parent 77af14e9c6
commit 8444cb86bc
7 changed files with 47 additions and 20 deletions

View file

@ -126,7 +126,7 @@ class DownloadEli extends Script {
fs.writeFileSync(targetGlobal, JSON.stringify(contentsGlobal, null, " "), {
encoding: "utf8",
})
console.log("Written", keptGlobalLayers.length + ", entries to the global ELI")
console.log("Written", keptGlobalLayers.length + ", entries to the global ELI ("+targetGlobal+")")
}
}