Skip to content

Commit a56bf59

Browse files
author
dnolen
committed
correction, inline source maps do not yet work under Node.js
1 parent c1f925f commit a56bf59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/cljs/cljs/js.cljs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,9 @@
860860
(println (.. error -cause -stack)))
861861
(println res))))
862862

863+
;; *NOT* source mapped under Node.js
864+
;; source-map-support does not yet work, users will need to map
865+
;; themselves
863866
(cljs/eval-str st
864867
"(ns foo.bar)\n(ffirst [1 2 3])"
865868
'foo.bar

0 commit comments

Comments
 (0)