Skip to content

Conversation

@Xy2002
Copy link

@Xy2002 Xy2002 commented Dec 24, 2025

This PR fixes an issue where the CLI output would be truncated when piped to other processes. This was happening because process.exit() was being called immediately after console.log() or process.stdout.write(), without waiting for the internal buffer to drain.

fix #565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: CLI Output Truncated to 8192 Bytes when use Headless Mode

1 participant