Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

cljs.nodejs/enable-util-print! is identical to the cljs.core/enable-console-print! and should probably rather re-use than having duplicate code.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-1972 (reported by thheller)
...