Commit acc0f52
committed
fix(loop): close events channel when loop finishes
The events channel was never closed after Run() returned, causing the
Manager's event forwarding goroutine to block indefinitely. This led to
the TUI becoming unresponsive after a ralph loop completed.1 parent 330b566 commit acc0f52
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments