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
(enable-console-print!) doesn't work on browser refresh, all subsequent (println "blah") statements dont print. On file edit/refresh everything works fine...just clicking reload in the browser doesnt?
The text was updated successfully, but these errors were encountered:
This seems to be a strange interaction with boot-cljs-repl as the issue only occurs if the repl is used. Repro case can be found here: https://github.com/martinklepsch/println-bug
(enable-console-print!)
doesn't work on browser refresh, all subsequent(println "blah")
statements dont print. On file edit/refresh everything works fine...just clicking reload in the browser doesnt?The text was updated successfully, but these errors were encountered: