| author | |
| committer | |
| log | 0e8a53514ebf5db00435b38c851f5fdc37ed4aa1 |
| tree | 6b2e9fbec91f6ed0c2d7b2d154006fe3b7f97e1b |
| parent | 94299d16d1443cd8b731e2eba9b4d1e3fb8048bd |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/child_process.zig+1-1| ... | ... | @@ -63,7 +63,7 @@ pub const ChildProcess = struct { |
| 63 | 63 | |
| 64 | 64 | /// Windows-only. `cwd` was provided, but the path did not exist when spawning the child process. |
| 65 | 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 | 68 | pub const Term = union(enum) { |
| 69 | 69 | Exited: u32, |