| ... | @@ -3411,6 +3411,7 @@ fn buildOutputType( | ... | @@ -3411,6 +3411,7 @@ fn buildOutputType( |
| 3411 | const root_prog_node = std.Progress.start(.{ | 3411 | const root_prog_node = std.Progress.start(.{ |
| 3412 | .disable_printing = (color == .off), | 3412 | .disable_printing = (color == .off), |
| 3413 | }); | 3413 | }); |
| | 3414 | defer root_prog_node.end(); |
| 3414 | | 3415 | |
| 3415 | updateModule(comp, color, root_prog_node) catch |err| switch (err) { | 3416 | updateModule(comp, color, root_prog_node) catch |err| switch (err) { |
| 3416 | error.SemanticAnalyzeFail => { | 3417 | error.SemanticAnalyzeFail => { |