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

"cancel" : { "kill" : true } seems to lead to errors on Windows #55

Open ianmackenzie opened 6 years ago

ianmackenzie commented 6 years ago

I finally started trying to look at #50 and so checked out the 0.19 branch as a local Sublime Text package, but when I tried building (Ctrl-B on an Elm file) I got

TypeError: run() got an unexpected keyword argument 'cancel'

Removing the

"cancel":
{
    "kill": true
}

option from Elm Make.sublime-build made the error go away. So is it perhaps the case that Sublime Text doesn't recognize this particular value of the cancel option on Windows because there is no kill executable?