We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8416a01 commit cb5a4a9Copy full SHA for cb5a4a9
1 file changed
src/datascript/db.cljc
@@ -736,7 +736,10 @@
736
(pp/write-out (.-v d))
737
(.write ^java.io.Writer *out* " ")
738
(pp/pprint-newline :linear)
739
- (pp/write-out (datom-tx d))))
+ (pp/write-out (datom-tx d))
740
+ (.write ^java.io.Writer *out* " ")
741
+ (pp/pprint-newline :linear)
742
+ (pp/write-out (datom-added d))))
743
744
(defn- pp-db [db ^java.io.Writer w]
745
(pp/pprint-logical-block :prefix "#datascript/DB {" :suffix "}"
0 commit comments