Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Send metadata to nrepl
  • Loading branch information
trptcolin committed Mar 12, 2012
1 parent f2e062f commit bd658ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clj/reply/eval_modes/nrepl.clj
Expand Up @@ -61,7 +61,8 @@
(recur (execute-with-client
connection
options
(pr-str read-result)))))))))
(binding [*print-meta* true]
(pr-str read-result))))))))))

(defn get-connection [options]
(let [attach (:attach options)
Expand Down

0 comments on commit bd658ce

Please sign in to comment.