| ... | ... | @@ -453,9 +453,9 @@ pub fn spawnPath(io: Io, dir: Io.Dir, options: SpawnOptions) SpawnError!Child { |
| 453 | 453 | return io.vtable.processSpawnPath(io.userdata, dir, options); |
| 454 | 454 | } |
| 455 | 455 | |
| 456 | | pub const RunError = SpawnError || error{ |
| 456 | pub const RunError = error{ |
| 457 | 457 | StreamTooLong, |
| 458 | | } || Io.ConcurrentError || Allocator.Error || Io.File.Reader.Error || Io.Timeout.Error; |
| 458 | } || SpawnError || Io.File.MultiReader.UnendingError || Io.Timeout.Error; |
| 459 | 459 | |
| 460 | 460 | pub const RunOptions = struct { |
| 461 | 461 | argv: []const []const u8, |