LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 47 forks source link

Explicit error if building a cljs plugin failed #68

Open cldwalker opened 8 years ago

cldwalker commented 8 years ago

From https://github.com/LightTable/LightTable/issues/1103. Solution would be to catch the failed compilation and send a new message :cljs.compile.failed which triggers a new behavior that turns off the working indicator and displays an error message explaining the build failed. Pull request welcome until someone on the core team I has time to get to this