You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Removing the
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 thecancel
option on Windows because there is nokill
executable?The text was updated successfully, but these errors were encountered: