mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 14:53:19 -07:00
test(cli): force write to terminal in onRender of XtermStdout
This commit is contained in:
@@ -160,6 +160,7 @@ class XtermStdout extends EventEmitter {
|
||||
this.renderCount++;
|
||||
this.lastRenderStaticContent = staticContent;
|
||||
this.lastRenderOutput = output;
|
||||
this.write(staticContent + output);
|
||||
this.emit('render');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user