We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ead7e commit 253ce6fCopy full SHA for 253ce6f
src/ast/node_counter.h
@@ -34,7 +34,7 @@ Pass CreateCounterPass()
34
auto max = ctx.b.ast_max_nodes_;
35
if (bt_verbose)
36
{
37
- LOG(INFO) << "node count: " << max;
+ LOG(INFO) << "node count: " << node_count;
38
}
39
if (node_count >= max)
40
0 commit comments