Commit c3e342b
Fix CI: add Symbol.asyncIterator to stream event channel iterator
The async iterator returned by createStreamEventChannel needed
Symbol.asyncIterator on the iterator object itself (not just the
iterable) to satisfy AsyncIterableIterator<StreamEvent>.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 485575a commit c3e342b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
0 commit comments