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:
@@ -155,6 +155,7 @@ const createMockSerializeTerminalToObjectReturnValue = (
|
||||
underline: false,
|
||||
dim: false,
|
||||
inverse: false,
|
||||
isUninitialized: false,
|
||||
fg: '#ffffff',
|
||||
bg: '#000000',
|
||||
},
|
||||
@@ -173,6 +174,7 @@ const createExpectedAnsiOutput = (text: string | string[]): AnsiOutput => {
|
||||
underline: false,
|
||||
dim: false,
|
||||
inverse: false,
|
||||
isUninitialized: false,
|
||||
fg: '',
|
||||
bg: '',
|
||||
} as AnsiToken,
|
||||
|
||||
Reference in New Issue
Block a user