Commit decfd52
test: drop the ColorOverlay duplicate-registration ledger entry
The custom-node console ledger (#15225, landed on main after this branch
was cut) requires the ColorOverlay duplicate-registration error to be
observed at startup:
requiredStartupId: 'duplicate-color-overlay'
pattern: /\[vite:preloadError\].*Extension named 'ColorOverlay' already registered\./
That error was the throw this PR removes. Registering a duplicate name now
warns and skips, so dz_node_palette.js finishes evaluating and emits no
preloadError - the pattern can never match again, since the message it
matches no longer exists in the frontend. Left in place,
staleRequiredStartupErrorRulesForPacks would report
ComfyUI_LayerStyle_Advance/duplicate-color-overlay and fail the nightly
suite's stale-rule assertion.
Removing the entry is the ledger's documented lifecycle for a mechanism
that stops firing, and it tightens rather than loosens the gate: the pack
no longer carries a suppression, so a duplicate-registration error
reappearing would surface as unallowlisted.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent b8d83f4 commit decfd52
1 file changed
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 173 | | |
187 | 174 | | |
188 | 175 | | |
| |||
0 commit comments