Fork me on GitHub
#shadow-cljs
<
2019-12-24
>
sparkofreason16:12:55

I'm getting this, reporting an error with no info about the error. Tried running with --verbose, same result. Is there a log or something where I might find more info?

thheller19:12:40

weird. no clue why that would happen. it should be printing the cause message? might be a nullpointerexception? those sometimes don't have stacktraces

sparkofreason20:12:55

Yeah, not sure. I'm doing some compile-time voodoo, and I think this occurs when the result of a macro expansion winds up being gobbledygook because the code wound up with the string representation of a function, like clojure.core$println@1be546b5. Not clear why that error would get swallowed though.

thheller23:12:45

don't do compile time voodoo. just sayin' 😛

🙉 4