rtk-ai/rtk

fix: extra blank lines in gradle output

已关闭

#372 创建于 2026年3月6日

 (1 条评论) (0 个反应) (0 位负责人)Rust (2,914 个派生)batch import
P3-nice-to-havearea:clibugeffort-smallfilter-qualitygood first issuepriority:low

仓库指标

星标
 (48,085 个星标)
PR 合并指标
 (平均合并 11天 1小时) (30 天内合并 45 个 PR)

描述

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.

贡献者指南