rtk-ai/rtk

fix: extra blank lines in gradle output

Fermée

#372 ouverte le 6 mars 2026

 (1 commentaire) (0 réaction) (0 personne assignée)Rust (2 914 forks)batch import
P3-nice-to-havearea:clibugeffort-smallfilter-qualitygood first issuepriority:low

Métriques du dépôt

Stars
 (48 085 étoiles)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

Description

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.

Guide contributeur