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 10aa523 commit aa903adCopy full SHA for aa903ad
Sources/Subprocess/Platforms/Subprocess+Windows.swift
@@ -1088,7 +1088,7 @@ extension TrackedFileDescriptor {
1088
totalBytesRead += values.count
1089
1090
if totalBytesRead >= maxLength {
1091
- continuation.yield(.endOfStream(SequenceOutput.Buffer(data: values)))
+ continuation.yield(.endOfChunk(SequenceOutput.Buffer(data: values)))
1092
continuation.finish()
1093
return
1094
} else {
0 commit comments