mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
Compilation: fix sub-compilations given wrong progress node
This commit is contained in:
parent
e2e61f3296
commit
e820173467
@ -5968,7 +5968,7 @@ pub fn updateSubCompilation(
|
||||
const sub_node = prog_node.start(@tagName(misc_task), 0);
|
||||
defer sub_node.end();
|
||||
|
||||
try sub_comp.update(prog_node);
|
||||
try sub_comp.update(sub_node);
|
||||
}
|
||||
|
||||
// Look for compilation errors in this sub compilation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user