Skip to content

Commit 6f9fca5

Browse files
author
dnolen
committed
tweak compiler stats printing
1 parent 6b97ce4 commit 6f9fca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cljs/util.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@
139139
`(if ~enable
140140
(let [start# (. System (nanoTime))
141141
ret# ~expr]
142-
(debug-prn ~msg ", elapsed time:" (/ (double (- (. System (nanoTime)) start#)) 1000000.0) "msecs")
142+
(debug-prn (str ~msg ", elapsed time:") (/ (double (- (. System (nanoTime)) start#)) 1000000.0) "msecs")
143143
ret#)
144144
~expr)))

0 commit comments

Comments
 (0)