File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/ProcessInvocation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.)
You can’t perform that action at this time.
0 commit comments