Fork me on GitHub
#clojurescript
<
2022-03-22
>
chromalchemy14:03:09

Anyone know how to get cljs-devtools working with a :npm-module shadow-cljs build? https://clojurians.slack.com/archives/C6N245JGG/p1647952483410849

pinkfrog15:03:32

A question more on goog.log. If I use

(glog/info (glog/getRootLogger) "some message")
It will print out
[207.832s] [] some message 
How can I turn the time 207.832s into aboslute time, and also how can I set content in the empty [].

pinkfrog16:03:28

So I shall customize the formatter