fix call to table/proto-flatten

This commit is contained in:
Calvin Rose 2021-10-30 09:15:23 -05:00
parent 5c35d24e13
commit 9a06660fdb
1 changed files with 1 additions and 1 deletions

View File

@ -3697,7 +3697,7 @@
# flatten nested tables.
(loop [[k v] :in (pairs root-env)
:when (symbol? k)]
(def flat (table/proto-flatten @{} v))
(def flat (table/proto-flatten v))
(when (boot/config :no-docstrings)
(put flat :doc nil))
(when (boot/config :no-sourcemaps)