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.
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.