mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 22:54:49 +00:00
fix call to table/proto-flatten
This commit is contained in:
parent
5c35d24e13
commit
9a06660fdb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user