Fix trampolined repl.

This commit is contained in:
Phil Hagelberg 2013-03-20 14:23:53 -07:00
parent 04f116fac0
commit 0a028f3fb7

View file

@ -147,7 +147,7 @@
{:prompt :custom-prompt}))) {:prompt :custom-prompt})))
(defn- trampoline-repl [project port] (defn- trampoline-repl [project port]
(let [options (options-for-reply project :port port)] (let [options (dissoc (options-for-reply project :port port) :input-stream)]
(eval/eval-in-project (eval/eval-in-project
(project/merge-profiles project (profiles-for project :trampoline true)) (project/merge-profiles project (profiles-for project :trampoline true))
(if (:standalone options) (if (:standalone options)