Compilation: fix sub-compilations given wrong progress node

This commit is contained in:
Andrew Kelley 2024-05-26 12:07:49 -07:00
parent e2e61f3296
commit e820173467

View File

@ -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