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 aa38851625
commit e984802a9c
4 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ describe('ShellTool', () => {
// Send a second chunk. THIS event triggers the update with the CUMULATIVE content.
mockShellOutputCallback({
type: 'data',
chunk: 'hello world',
chunk: 'world',
});
// It should have been called once now with the combined output.