Update error codes when process exiting the gemini cli (#13728)

This commit is contained in:
Megha Bansal
2025-11-26 08:13:21 +05:30
committed by GitHub
parent d2a6cff4df
commit d97bbd5324
12 changed files with 307 additions and 192 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ describe('mixed input crash prevention', () => {
expect(error).toBeInstanceOf(Error);
const err = error as Error;
expect(err.message).toContain('Process exited with code 1');
expect(err.message).toContain('Process exited with code 42');
expect(err.message).toContain(
'--prompt-interactive flag cannot be used when input is piped',
);