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 ab43ae4 commit 10aa523Copy full SHA for 10aa523
Sources/Subprocess/Platforms/Subprocess+Unix.swift
@@ -490,7 +490,7 @@ extension TrackedDispatchIO {
490
status = .endOfChunk(SequenceOutput.Buffer(data: data))
491
492
case (nil, false):
493
- return
+ fatalError("Unexpectedly received no data from DispatchIO with it indicating it is not done.")
494
495
case (nil, true):
496
status = .endOfFile
0 commit comments