fix(bake-sprite): warning text was lying about lock retention

This commit is contained in:
Axel Meyer
2026-06-16 21:29:22 +02:00
parent 766c03c955
commit f1447b68aa

View File

@@ -82,7 +82,7 @@ async function bakeSprite(opts) {
if (removed.length > 0) {
for (const r of removed) {
console.error(`WARN bake-sprite: alias "${r}" was in lock but is no longer in input — kept in lock for consumer-template safety; remove manually if intentional`);
console.error(`WARN bake-sprite: alias "${r}" was in the existing lock but is no longer in the input set — dropped from new lock; any consumer template referencing "${r}" will fail at sample-time`);
}
}