Skip to content

Commit 4671f17

Browse files
committed
Dummy comment fix
1 parent 89b49bb commit 4671f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ProcessInvocation/ProcessInvocation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ public struct ProcessInvocation : AsyncSequence {
932932
}
933933
if case Errno.ioError = e, platformSpecificInfo.masterPTFileDescriptors.contains(streamReader.sourceStream as! FileDescriptor) {
934934
/* See <https://stackoverflow.com/a/72159292> for more info about why we do this.
935-
* The link says the I/O error occurs when everything is closed, aka. when the process has died.
935+
* The link above says the I/O error occurs when every slave is closed, aka. when the process has died.
936936
* Initially we checked whether the process was running and if it were we did not convert the I/O error to EOF,
937937
* but we had races where the process had effectively finished running but isRunning still returned true.
938938
* (Interestingly the check worked when the verbose mode was present but not when it was not.)

0 commit comments

Comments
 (0)