SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

LintCommand arg should be "--reporter", "csv" instead of "--reporter csv" #184

Closed bendtherules closed 10 years ago

bendtherules commented 10 years ago

On Win32 system, dont know if this affects others. At https://github.com/aponxi/sublime-better-coffeescript/blob/master/CoffeeScript.py#L357 , "--reporter csv" should be split into "--reporter", "csv" instead. Otherwise, the command acts as if no such argument was given and returns error in usual format, not csv. That breaks the remaining code too.