Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Nov 28, 2024
1 parent 670487f commit 449f5b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ public class _StandardOutputRewriter {
}

public func start() {
guard originalSTDERRDescriptor == -1 && originalSTDERRDescriptor == -1 else {
return
}

originalSTDOUTDescriptor = dup(STDOUT_FILENO)
originalSTDERRDescriptor = dup(STDERR_FILENO)

Expand Down

0 comments on commit 449f5b3

Please sign in to comment.