mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-14 03:50:49 -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',
|
'stderr_block_hook.cjs',
|
||||||
`
|
`
|
||||||
process.stderr.write('File writing blocked by security policy');
|
process.stderr.write('File writing blocked by security policy');
|
||||||
process.exit(2);
|
process.exit(101);
|
||||||
`,
|
`,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user