Skip to content

Commit

Permalink
fix non-existent cljs.repl
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 23, 2024
1 parent 169b6b0 commit bd70139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nextjournal/clerk/sci_env.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@
'system-time (sci/copy-var system-time core-ns)
'infinite? (sci/copy-var infinite? core-ns)
'update-vals (sci/copy-var update-vals core-ns)}
'clojure.repl {'pst pst-stub}}
'clojure.repl {'pst pst-stub}
'cljs.repl {}}
(sci-copy-nss
'cljs.math
'cljs.repl
'nextjournal.clerk.parser
'nextjournal.clerk.render
'nextjournal.clerk.render.code
Expand Down

0 comments on commit bd70139

Please sign in to comment.