improve performance of shell commands with lots of output (#7680)

This commit is contained in:
Jacob MacDonald
2025-09-04 09:20:24 -07:00
committed by GitHub
parent c31e37b30e
commit 45d494a8d8
4 changed files with 12 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ describe('ShellExecutionService', () => {
expect(onOutputEventMock).toHaveBeenCalledWith({
type: 'data',
chunk: 'file1.txt',
chunk: 'file1.txt\n',
});
});