mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-15 22:43:28 +08:00
fix: flush bash hook output safely
This commit is contained in:
@@ -20,5 +20,5 @@ process.stdin.on('end', () => {
|
||||
process.stderr.write(result.stderr);
|
||||
}
|
||||
process.stdout.write(result.output);
|
||||
process.exit(result.exitCode);
|
||||
process.exitCode = result.exitCode;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user