Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Currently the instantiation of the Nashorn REPL captures the out and err writers at the time of creation.

Perhaps it would be better to set the engines writers to the "currently bound" values of out and err before each eval.

This would allow capturing eval output.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2490 (reported by bhauman)
...