node-nrepl-client icon indicating copy to clipboard operation
node-nrepl-client copied to clipboard

Use done status to mark end of message seq

Open Yuhta opened this issue 10 years ago • 0 comments

Seem done marks the end of a message seq: https://github.com/clojure/tools.nrepl/blob/master/src/main/clojure/clojure/tools/nrepl.clj#L86.

Currently if the response contains eval-error there will be some messages (the exception message and the done) not appended to the buffer. Please advice if there is special reason why that code was commented out.

Yuhta avatar Dec 14 '15 00:12 Yuhta