mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
add missing error set to ChildProsess.SpawnError
This commit is contained in:
parent
94299d16d1
commit
0e8a53514e
@ -63,7 +63,7 @@ pub const ChildProcess = struct {
|
||||
|
||||
/// Windows-only. `cwd` was provided, but the path did not exist when spawning the child process.
|
||||
CurrentWorkingDirectoryUnlinked,
|
||||
} || os.ExecveError || os.SetIdError || os.ChangeCurDirError || windows.CreateProcessError;
|
||||
} || os.ExecveError || os.SetIdError || os.ChangeCurDirError || windows.CreateProcessError || windows.WaitForSingleObjectError;
|
||||
|
||||
pub const Term = union(enum) {
|
||||
Exited: u32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user