repro: add even more logging to HookRunner and TestRig

This commit is contained in:
Taylor Mullen
2026-02-10 09:36:34 -08:00
parent 0c04bc4cf6
commit 9b4e3e7c53
3 changed files with 19 additions and 2 deletions
+4 -1
View File
@@ -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}"`);