| ... | @@ -539,7 +539,7 @@ pub const Builder = struct { | ... | @@ -539,7 +539,7 @@ pub const Builder = struct { |
| 539 | } | 539 | } |
| 540 | | 540 | |
| 541 | var child = os.ChildProcess.spawn(exe_path, args, cwd, env_map, | 541 | var child = os.ChildProcess.spawn(exe_path, args, cwd, env_map, |
| 542 | StdIo.Ignore, StdIo.Inherit, StdIo.Inherit, self.allocator) %% |err| | 542 | StdIo.Inherit, StdIo.Inherit, StdIo.Inherit, self.allocator) %% |err| |
| 543 | { | 543 | { |
| 544 | %%io.stderr.printf("Unable to spawn {}: {}\n", exe_path, @errorName(err)); | 544 | %%io.stderr.printf("Unable to spawn {}: {}\n", exe_path, @errorName(err)); |
| 545 | return err; | 545 | return err; |