Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Dec 25, 2024
1 parent a47db0c commit a464999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/db/src/logseq/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
(transact! repo-or-conn tx-data nil))
([repo-or-conn tx-data tx-meta]
(when (or (exists? js/process)
goog.DEBUG)
(and (exists? js/window) js/window.goog.DEBUG))
(assert-no-entities tx-data))
(let [tx-data (map (fn [m]
(if (map? m)
Expand Down

0 comments on commit a464999

Please sign in to comment.