DaveWM/nrepl-rebl

REBL not capturing the forms from REPL

Opened this issue · 0 comments

Looks like the REBL isn't being fed properly from the REPL. When I evaluate a map (e.g. {:hi "there"}, the REBL gets the text output instead of the map itself, so I can't navigate through it. It works if I evaluate the map inside the REBL though. Seems like it is only getting what is printed by the REPL and not getting the value itself.