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 50e98b3 commit 16fd25fCopy full SHA for 16fd25f
Sources/ProcessInvocation/ProcessInvocation.swift
@@ -710,7 +710,7 @@ public struct ProcessInvocation : AsyncSequence {
710
if let fgPgIDSetInfo = fgPgIDSetInfo {
711
/* Let’s revert the fg pg ID back to the original value. */
712
if tcsetpgrp(fgPgIDSetInfo.destFd.rawValue, fgPgIDSetInfo.originalValue) != 0 && errno != ENOTTY {
713
- Conf.logger?.error("Failed setting foreground process group ID of controlling terminal of stdin back to our process group.")
+ Conf.logger?.error("Failed setting foreground process group ID of controlling terminal of redirected stdin back to the original value.")
714
}
715
716
signalCleanupHandler()
0 commit comments