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:
- Leading blank lines at the start of output
- 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.