mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
fix(core): detect uninitialized lines (#24646)
This commit is contained in:
@@ -74,6 +74,7 @@ describe('ToolResultDisplay Overflow', () => {
|
||||
underline: false,
|
||||
dim: false,
|
||||
inverse: false,
|
||||
isUninitialized: false,
|
||||
},
|
||||
]);
|
||||
const { lastFrame, waitUntilReady, unmount } = await renderWithProviders(
|
||||
|
||||
Reference in New Issue
Block a user