From f1447b68aad28a2d6956940e4e7af2442171b8e5 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Tue, 16 Jun 2026 21:29:22 +0200 Subject: [PATCH] fix(bake-sprite): warning text was lying about lock retention --- src/bake-sprite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bake-sprite.js b/src/bake-sprite.js index a31b721..21cfa3e 100644 --- a/src/bake-sprite.js +++ b/src/bake-sprite.js @@ -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`); } }