mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-20 11:00:40 -07:00
fix(core): handle EPIPE error in hook runner when writing to stdin (#14231)
This commit is contained in:
@@ -96,6 +96,7 @@ describe('HookSystem Integration', () => {
|
||||
stdin: {
|
||||
write: vi.fn(),
|
||||
end: vi.fn(),
|
||||
on: vi.fn(),
|
||||
} as unknown as Writable,
|
||||
stdout: {
|
||||
on: mockStdoutOn,
|
||||
|
||||
Reference in New Issue
Block a user