test: fix failing tests in core due to shell stream logic changes

This commit is contained in:
Spencer
2026-04-09 16:18:35 +00:00
parent 35bc1e6e0f
commit 3dba67afa8
2 changed files with 17 additions and 6 deletions
@@ -1348,7 +1348,7 @@ export class ShellExecutionService {
cmdCleanup?.();
const activePty = ShellExecutionService.activePtys.get(ptyPid);
if (activePty) {
if (activePty && isStreamingRawContent) {
emitPendingLines(activePty, ptyPid, onOutputEvent, true);
}