| ... | @@ -453,9 +453,9 @@ pub fn spawnPath(io: Io, dir: Io.Dir, options: SpawnOptions) SpawnError!Child { | ... | @@ -453,9 +453,9 @@ pub fn spawnPath(io: Io, dir: Io.Dir, options: SpawnOptions) SpawnError!Child { |
| 453 | return io.vtable.processSpawnPath(io.userdata, dir, options); | 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 | StreamTooLong, | 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 | pub const RunOptions = struct { | 460 | pub const RunOptions = struct { |
| 461 | argv: []const []const u8, | 461 | argv: []const []const u8, |