Commit ed547b0
fix: Stop mixing stderr into fetched filename list
The 2>&1 on the fetch_files call caused any stderr warnings to be
tokenized as filenames, leading to bogus copy/log entries. Capture
only stdout for filenames and let stderr flow to the terminal.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ea822a4 commit ed547b0
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments