ternjs / tern_for_sublime

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

Fix TypeError with tern_arguments in Popen #128

Closed jhermsmeier closed 7 years ago

jhermsmeier commented 7 years ago

Fixes TypeError: Can't convert 'list' object to str implicitly when attempting to spawn the tern child process with custom arguments.

marijnh commented 7 years ago

tern_command is document to be a list of strings, not a string.

jhermsmeier commented 7 years ago

I see, sorry for the noise – that somehow escaped me.