mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
- Replace `EOL` from `node:os` with `\n` for consistent line splitting in ACP connection output processing - This ensures cross-platform compatibility since `EOL` is platform-specific while `\n` is universally used in text decoding - The change maintains the same behavior on all platforms by using standard newline characters