mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-29 13:13:21 -07:00
repro: test with exit code 101
This commit is contained in:
@@ -102,7 +102,7 @@ describe('Hooks System Integration', () => {
|
||||
'stderr_block_hook.cjs',
|
||||
`
|
||||
process.stderr.write('File writing blocked by security policy');
|
||||
process.exit(2);
|
||||
process.exit(101);
|
||||
`,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user