mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
Compilation: fix sub-compilations given wrong progress node
This commit is contained in:
parent
e2e61f3296
commit
e820173467
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue