Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: actually fix translate-c creating root progress node twice
7281cc1 did not solve the problem because even when Node.index is none, it still counts as initializing the global Progress object. Just use a normal zig optional, and all is good.
- Loading branch information