seems like i have problems with nuclide file watcher as well
might be related to the latest nuclide change after all
Just started getting this error after fetching upstream from my fork
looks to be caused by these lines
src/cljs/proton/lib/helpers.cljs: (let [shell-path (node/require "shell-path")] src/cljs/proton/lib/helpers.cljs: (set! js/process.env.PATH (.sync shell-path)))))
@austincrft: that's the latest change from geksilla. You have to do apm install
in the plugin folder first
@geksilla: see 😛 I told you it's confusing
I think we should break out the nuclide stuff until we can re-integrate it correctly. It seems to make a lot more issues these days
anyone of you aware of ways to improve indenting? :simple_smile:
For clojure, I haven't been able to find anything. Everything else seems to indent fine.
This may help
Ah, did find this: https://github.com/atom/atom/pull/10384