Skip to content

Commit

Permalink
always return current transport from (send ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Dec 11, 2012
1 parent 0398125 commit 81580ae
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -21,7 +21,8 @@
(.send transport (.send transport
(if-let [[_ v] (find resp :value)] (if-let [[_ v] (find resp :value)]
(assoc resp :value (with-out-str (pr v))) (assoc resp :value (with-out-str (pr v)))
resp)))))))) resp))
this))))))


(set-descriptor! #'pr-values (set-descriptor! #'pr-values
{:requires #{} {:requires #{}
Expand Down

0 comments on commit 81580ae

Please sign in to comment.