and surprisingly it began to work after this command:

```
➤➤ mv Cirru/ cirru
```

On Thursday, October 29, 2015 at 12:05:37 AM UTC+8, Jiyin Yiyong wrote:
>
> I have no clue why is not happening anymore. It was working a month ago.
>
> My code.
>
>
> https://github.com/Cirru/lein-cirru-sepal/blob/master/src/leiningen/cirru_sepal.clj#L40
>
> ```clj
> (defn watch-all [dir] (println "Start watching files.") (hawk/watch! [{
> :paths [dir] :handler (fn [context event] (listen-file event) context)}]) 
> (loop [] (Thread/sleep 400) (recur)))
> ```
>
> Any my system:
>
> ```
> ➤➤ uname -a
> Darwin Air-of-Chen.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 16 
> 23:12:31 PDT 2015; root:xnu-2782.20.48~4/RELEASE_X86_64 x86_64
> ➤➤ pwd
> /Users/chen/repo/Cirru/lein-cirru-sepal
> ```
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to