elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
33 stars 12 forks source link

Added try to get except if elm-format-binary was not found. #31

Closed Bernardoow closed 6 years ago

Bernardoow commented 7 years ago

I added "try" when the format is executed to catch exception if the elm-format was found. I followed the implementation of @stoivo using output panel to show this information for the user.

stoivo commented 7 years ago

can you make the same changes but base it from the latest master?(or rebase from master)

sentience commented 6 years ago

Closing since @Bernardoow has not responded. Happy to re-open if you're able to address @stoivo’s feedback.