Fix: use len (not count) in analyzer.sx — matches primitives.sx

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 12:36:13 +00:00
parent a06400370a
commit a90c8bf3fc

View File

@@ -18,7 +18,7 @@
:cls "text-violet-600")
(~analyzer-stat :label "Total Macros" :value (str total-macros)
:cls "text-stone-600")
(~analyzer-stat :label "Pages Analyzed" :value (str (count pages))
(~analyzer-stat :label "Pages Analyzed" :value (str (len pages))
:cls "text-green-600"))
(~doc-section :title "Per-Page Bundles" :id "bundles"