rtk-ai/rtk

fix: extra blank lines in gradle output

Open

#372 建立於 2026年3月6日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (48,085 star) (2,914 fork)batch import
P3-nice-to-havebugeffort-smallfilter-qualitygood first issue

描述

When running rtk gradle, the filtered output includes extra blank lines:

  1. Leading blank lines at the start of output
  2. Extra newline when stderr is empty (stdout + '\n' + empty stderr)

Expected: Clean output without leading/trailing blank lines. Actual: Extra blank lines appear in filtered output.

貢獻者指南