We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22cd01 commit 6e44e3aCopy full SHA for 6e44e3a
src/execution/execute.ts
@@ -2085,6 +2085,8 @@ function firstSyncStreamItems(
2085
}
2086
2087
currentIndex = results.length - 1;
2088
+ // If a non-reconcilable stream items result was encountered, then the stream terminates in error.
2089
+ // Otherwise, add a stream terminator.
2090
let currentResult = erroredSynchronously
2091
? results[currentIndex]
2092
: prependNextStreamItems(results[currentIndex], {
0 commit comments