test(cli): force write to terminal in onRender of XtermStdout

This commit is contained in:
mkorwel
2026-04-16 17:31:02 +00:00
parent bf973df722
commit 60184b71ef
+1
View File
@@ -160,6 +160,7 @@ class XtermStdout extends EventEmitter {
this.renderCount++;
this.lastRenderStaticContent = staticContent;
this.lastRenderOutput = output;
this.write(staticContent + output);
this.emit('render');
};