BetterThanTomorrow/joyride

The nREPL server adds an extra newline to pretty printed results

Closed this issue · 0 comments

PEZ commented

When pretty printing we get an extra newline after the results.

prompt=> nil
nil

prompt=> |

We want:

prompt=> nil
nil
prompt=> |

This is also the case for many other sci/babashka nRepl implementations: