Files
orca/src
Neil 394bf4136f fix(hooks): keep a timed-out hook's output instead of discarding it
The timeout settle passed `stdout: '', stderr: ''`, so everything the hook
printed was dropped — exactly when the removal gate reports `unverifiable` and
the user has nothing else to go on. The buffers are local variables one scope
up now, so this is passing them instead of empty strings.

Also drops a comment that still explained why `exec` was being kept. It isn't.

Refs #19334
2026-09-14 14:02:29 -07:00
..