We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89183ce commit 301f9f2Copy full SHA for 301f9f2
src/lambdaisland/deep_diff2.cljc
@@ -26,7 +26,7 @@
26
`:extra-handlers` (a map from symbol to function), or by
27
using [[lambdaisland.deep-diff.printer/register-print-handler!]]"
28
([]
29
- (printer {}))
+ (printer {:print-fallback :print}))
30
([opts]
31
(printer-impl/puget-printer opts)))
32
0 commit comments