Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ianmackenzie opened this issue Oct 24, 2018 · 0 comments
Open

Comments

@ianmackenzie
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant