Files
everything-claude-code/scripts/hooks
QWsin 2c1ae27a3a fix(hooks): capture stderr properly in notifyWindows
Change stdio to ['ignore', 'pipe', 'pipe'] so stderr is captured
and can be logged on errors. Without this, result.stderr is null
and error logs show 'undefined' instead of the actual error.
2026-03-30 14:00:24 +08:00
..