Skip to content

Commit aa903ad

Browse files
author
Ryan Dingman
committed
Fix build on Windows
1 parent 10aa523 commit aa903ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Subprocess/Platforms/Subprocess+Windows.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ extension TrackedFileDescriptor {
10881088
totalBytesRead += values.count
10891089

10901090
if totalBytesRead >= maxLength {
1091-
continuation.yield(.endOfStream(SequenceOutput.Buffer(data: values)))
1091+
continuation.yield(.endOfChunk(SequenceOutput.Buffer(data: values)))
10921092
continuation.finish()
10931093
return
10941094
} else {

0 commit comments

Comments
 (0)