(
synthChunk: StreamChunk,
)
| 2065 | } |
| 2066 | |
| 2067 | const pipeThroughMiddleware = async ( |
| 2068 | synthChunk: StreamChunk, |
| 2069 | ): Promise<Array<StreamChunk>> => |
| 2070 | this.middlewareRunner.runOnChunk(this.middlewareCtx, synthChunk) |
| 2071 | |
| 2072 | // Track whether a RUN_ERROR has been yielded to streaming consumers so |
| 2073 | // we don't emit a duplicate synthetic one at the end. |
no test coverage detected