Skip to content

Commit

Permalink
fix another emacs print-length case
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Jun 28, 2018
1 parent e5a7586 commit 5bdad85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/shadow/cljs/build_report.clj
Expand Up @@ -239,7 +239,9 @@
[:meta {:charset "utf-8"}]]
[:body
[:div#root]
(assets/js-queue :none 'shadow.cljs.build-report.ui/init bundle-info)
(binding [*print-length* nil
*print-namespace-maps* nil]
(assets/js-queue :none 'shadow.cljs.build-report.ui/init bundle-info))
[:style
(slurp (io/resource "shadow/cljs/build_report/dist/css/main.css"))]
[:script {:type "text/javascript"}
Expand Down

0 comments on commit 5bdad85

Please sign in to comment.