ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

Fixed tern process opening #173

Closed f213 closed 6 years ago

f213 commented 6 years ago

I don't know how it managed to work before, because on my system i always have tern_command as a string, that may not be concatenated with a list.

marijnh commented 6 years ago

I don't know how it managed to work before,

Probably because people read the docs and set it as an array, but yeah, this is an easy mistake to make, and it's good to handle it. Merged.