Skip to content

Commit

Permalink
std.process.Child: make collectOutput private
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk authored Feb 2, 2025
1 parent 73c121a commit 3b4a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/process/Child.zig
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ pub const Output = struct {
/// be called to wait for and clean up the process.
///
/// The process must be started with stdout_behavior and stderr_behavior == .Pipe
pub fn collectOutput(
fn collectOutput(
child: ChildProcess,
/// Used for `stdout` and `stderr`.
allocator: Allocator,
Expand Down

0 comments on commit 3b4a04d

Please sign in to comment.