| ... | @@ -63,7 +63,7 @@ pub const ChildProcess = struct { | ... | @@ -63,7 +63,7 @@ pub const ChildProcess = struct { |
| 63 | | 63 | |
| 64 | /// Windows-only. `cwd` was provided, but the path did not exist when spawning the child process. | 64 | /// Windows-only. `cwd` was provided, but the path did not exist when spawning the child process. |
| 65 | CurrentWorkingDirectoryUnlinked, | 65 | CurrentWorkingDirectoryUnlinked, |
| 66 | } || os.ExecveError || os.SetIdError || os.ChangeCurDirError || windows.CreateProcessError; | 66 | } || os.ExecveError || os.SetIdError || os.ChangeCurDirError || windows.CreateProcessError || windows.WaitForSingleObjectError; |
| 67 | | 67 | |
| 68 | pub const Term = union(enum) { | 68 | pub const Term = union(enum) { |
| 69 | Exited: u32, | 69 | Exited: u32, |