A failed layout measurement now clears the cache and redraws instead of showing a broken frame.
What's wrong with this entry?
If the terminal layout engine throws while measuring a frame, the renderer now clears its cached layout and retries from scratch. If the retry also fails, that frame is skipped rather than drawn broken, and the fault is reported to error tracking once.
- New renderer state tracks whether the last layout failed and how many have failed consecutively.
- When the thrown value is not an error, it is reported with the description
ink layout pass threw a value that cannot be described. - None of this recovery path existed in v2.1.227.
ink layout pass threw a value that cannot be described
Strings lifted out of the shipped bundle, so the claim above can be checked against them.