fix: handle stdio properly

This commit is contained in:
2025-08-17 13:55:24 +02:00
parent 4ae0545ab4
commit 7b83cfab38
15 changed files with 302 additions and 119 deletions

View File

@@ -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,
) {
}
}