mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-23 20:40:41 -07:00
improve performance of shell commands with lots of output (#7680)
This commit is contained in:
@@ -133,7 +133,7 @@ describe('ShellExecutionService', () => {
|
||||
|
||||
expect(onOutputEventMock).toHaveBeenCalledWith({
|
||||
type: 'data',
|
||||
chunk: 'file1.txt',
|
||||
chunk: 'file1.txt\n',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user