bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

figwheel client capture out when evaluating and display result #650

Closed bhauman closed 6 years ago

bhauman commented 6 years ago

When evaluating (prn 1) in the repl. I you have many repls connected the 1 will be displayed as many times as you have connections.

If we capture the output, which I should have done a long time ago, one of them will be printed.