ninjudd / cake

A tasty build tool for Clojure.
clojure-cake.org
Eclipse Public License 1.0
171 stars 12 forks source link

bugfixed cake console error,undefined method first for nil:NilClass (NoMe #126

Closed kulasama closed 13 years ago

kulasama commented 13 years ago

i try to run cake console.

but the response is.

zheng-weimatoMacBook-Pro:codeman kulasama$ cake console /usr/local/bin/cake:636:in <main>': undefined methodfirst' for nil:NilClass (NoMethodError)

then i check the code. found that $opt[:console] not been set. then fixed it.