mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 14:00:27 -07:00
repro: add even more logging to HookRunner and TestRig
This commit is contained in:
@@ -100,7 +100,10 @@ describe('Hooks System Integration', () => {
|
||||
|
||||
const scriptPath = rig.createScript(
|
||||
'stderr_block_hook.cjs',
|
||||
"process.stderr.write('File writing blocked by security policy'); process.exit(2);",
|
||||
`
|
||||
process.stderr.write('File writing blocked by security policy');
|
||||
process.exit(2);
|
||||
`,
|
||||
);
|
||||
|
||||
const normalizedCmd = normalizePath(`node "${scriptPath}"`);
|
||||
|
||||
Reference in New Issue
Block a user