Fix final-freeze-fallback arg order
This commit is contained in:
parent
2df9cb80d6
commit
cf38d6f111
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@
|
|||
|
||||
:else ; Fallback #3: *final-freeze-fallback*
|
||||
(if-let [ffb *final-freeze-fallback*]
|
||||
(ffb x out)
|
||||
(ffb out x)
|
||||
(throw (ex-info (format "Unfreezable type: %s %s" (type x) (str x))
|
||||
{:type (type x)
|
||||
:as-str (enc/pr-edn x)}))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue