fix(core): detect uninitialized lines (#24646)

This commit is contained in:
Jacob Richman
2026-04-03 17:51:29 -07:00
committed by GitHub
parent 65024d4538
commit ec35ebbe57
9 changed files with 52 additions and 9 deletions
@@ -554,6 +554,7 @@ export const useExecutionLifecycle = (
italic: false,
underline: false,
inverse: false,
isUninitialized: false,
},
]);
return [...newLines, [], ...output];