You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want https://github.com/dustingetz/missionary-quickstart to print to the REPL window not browser, but the default reporter uses console.log. Was there a reason for this? AFAICT this is because (print "✅") does not flush in ClojureScript ever unless followed by a newline. flush in CLJS is noop.
The text was updated successfully, but these errors were encountered:
We want https://github.com/dustingetz/missionary-quickstart to print to the REPL window not browser, but the default reporter uses console.log. Was there a reason for this? AFAICT this is because
(print "✅")
does not flush in ClojureScript ever unless followed by a newline.flush
in CLJS is noop.The text was updated successfully, but these errors were encountered: