arcadia-unity / Arcadia

Clojure in Unity

Home Page:http://arcadia-unity.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instrument silently kills the filewatcher

timsgardner opened this issue · comments

After code has been instrumented, the filewatcher doesn't go down with an error, but also no longer registers changes. This is probably a bug with a filewatcher spec rather than the filewatcher itself. A temporary fix would be to just disable the fdefs in the filewatcher namespace.