()
| 13139 | } |
| 13140 | setPromiseIsHandledToTrue(pipeLoop()); |
| 13141 | function waitForWritesToFinish() { |
| 13142 | const oldCurrentWrite = currentWrite; |
| 13143 | return PerformPromiseThen(currentWrite, () => oldCurrentWrite !== currentWrite ? waitForWritesToFinish() : void 0); |
| 13144 | } |
| 13145 | function isOrBecomesErrored(stream4, promise, action) { |
| 13146 | if (stream4._state === "errored") { |
| 13147 | action(stream4._storedError); |
no test coverage detected
searching dependent graphs…