| ... | @@ -2283,8 +2283,12 @@ fn workerAstGenFile( | ... | @@ -2283,8 +2283,12 @@ fn workerAstGenFile( |
| 2283 | ) void { | 2283 | ) void { |
| 2284 | defer wg.finish(); | 2284 | defer wg.finish(); |
| 2285 | | 2285 | |
| | 2286 | var child_prog_node = prog_node.start(file.sub_file_path, 0); |
| | 2287 | child_prog_node.activate(); |
| | 2288 | defer child_prog_node.end(); |
| | 2289 | |
| 2286 | const mod = comp.bin_file.options.module.?; | 2290 | const mod = comp.bin_file.options.module.?; |
| 2287 | mod.astGenFile(file, prog_node) catch |err| switch (err) { | 2291 | mod.astGenFile(file) catch |err| switch (err) { |
| 2288 | error.AnalysisFail => return, | 2292 | error.AnalysisFail => return, |
| 2289 | else => { | 2293 | else => { |
| 2290 | file.status = .retryable_failure; | 2294 | file.status = .retryable_failure; |