We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8144e commit b4ab950Copy full SHA for b4ab950
1 file changed
toolchain/zig-wrapper.zig
@@ -55,7 +55,7 @@ const std = @import("std");
55
const fs = std.fs;
56
const mem = std.mem;
57
const process = std.process;
58
-const ChildProcess = std.ChildProcess;
+const ChildProcess = std.process.Child;
59
const ArrayListUnmanaged = std.ArrayListUnmanaged;
60
const sep = fs.path.sep_str;
61
0 commit comments