mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 07:10:34 -07:00
Improve code coverage for cli package (#13724)
This commit is contained in:
@@ -36,6 +36,7 @@ export async function readStdin(): Promise<string> {
|
||||
`Warning: stdin input truncated to ${MAX_STDIN_SIZE} bytes.`,
|
||||
);
|
||||
process.stdin.destroy(); // Stop reading further
|
||||
onEnd();
|
||||
break;
|
||||
}
|
||||
data += chunk;
|
||||
|
||||
Reference in New Issue
Block a user