Open harold opened 12 months ago
Thanks for a nice report!
I'll check it out as time allows.
You might have luck with logging in the meantime. It would also be interesting because Cider Log could eventually support it.
(right now it wouldn't, because only a few JVM logging backends are supported. But if you use a specific, popular choice for node.js, we'll have a motivation to keep things growing)
Logging is a good idea, thanks for that. https://github.com/winstonjs/winston looks like a popular choice, so I'll investigate that.
Let me know if there's more I can do or provide to help figure out where the output is getting lost here.
Appreciate you very much.
Hi, thanks as ever for CIDER - we live inside it and it's amazing. I'm digging deeper into
shadow-cljs
and am getting hung up because my print output is getting lost in this one specific case...Expected behavior
println
produces output in the replActual behavior
I cannot find my
println
output anywhere (:Steps to reproduce the problem
When using
shadow-cljs
without CIDER, I eventually see the"INSIDE"
printed:When doing the same thing in CIDER:
Environment & Version information
Emacs version
27.1
Operating system
JDK distribution
Thanks in advance for your time and consideration, I am looking forward to developing this node app inside cider with shadow-cljs. :smile: