mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 20:44:46 -07:00
fix(core): detect uninitialized lines (#24646)
This commit is contained in:
@@ -554,6 +554,7 @@ export const useExecutionLifecycle = (
|
||||
italic: false,
|
||||
underline: false,
|
||||
inverse: false,
|
||||
isUninitialized: false,
|
||||
},
|
||||
]);
|
||||
return [...newLines, [], ...output];
|
||||
|
||||
Reference in New Issue
Block a user