Commit cc00596
committed
fix: always flush reporter writer after graph execution
On main, finish_graph_execution always wrote the full summary and flushed.
With the compact summary, single-task non-cache-hit produces no summary
output, so the flush was skipped. This caused child process output written
via Stdio::inherit() to not be committed to the output stream, making it
invisible to callers reading the same fd.1 parent 7d49f24 commit cc00596
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
190 | 193 | | |
191 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
192 | 197 | | |
193 | 198 | | |
194 | 199 | | |
| |||
0 commit comments