mirror of
https://github.com/ziglang/zig.git
synced 2025-01-27 12:20:46 +00:00
CLI: add missing call to root progress node end()
cleans up unwanted "LLVM Emit Object" being left on the screen
This commit is contained in:
parent
64c6a5092c
commit
c9587d3e40
@ -3411,6 +3411,7 @@ fn buildOutputType(
|
||||
const root_prog_node = std.Progress.start(.{
|
||||
.disable_printing = (color == .off),
|
||||
});
|
||||
defer root_prog_node.end();
|
||||
|
||||
updateModule(comp, color, root_prog_node) catch |err| switch (err) {
|
||||
error.SemanticAnalyzeFail => {
|
||||
|
Loading…
Reference in New Issue
Block a user