Skip to content

Commit 202d499

Browse files
author
dnolen
committed
fix cljs-428 regression
1 parent 692bd22 commit 202d499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/compiler.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
docs (remove nil? docs)]
483483
(letfn [(print-comment-lines [e]
484484
(let [[x & ys] (string/split-lines e)]
485-
(emitln " * " x)
485+
(emitln " * " (string/replace x "*/" "* /"))
486486
(doseq [next-line ys]
487487
(emitln " * "
488488
(-> next-line

0 commit comments

Comments
 (0)