fix: handle stdio properly
This commit is contained in:
@@ -9,7 +9,7 @@ final class Output
|
||||
public function __construct(
|
||||
public readonly ?string $stdout,
|
||||
public readonly ?string $stderr,
|
||||
public readonly int $code,
|
||||
public readonly ExitStatus $code,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user