Fix hang at interactive prompt creating with vite.

This commit is contained in:
Christian Gunderman
2026-03-09 10:34:14 -07:00
parent d012929a28
commit a863a34a01
3 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -557,7 +557,7 @@ export class TestRig {
return {
...cleanEnv,
GEMINI_CLI_HOME: this.homeDir!,
GEMINI_PTY_INFO: 'child_process',
GEMINI_PTY_INFO: 'node-pty',
...extraEnv,
};
}