SublimeText / CoffeeScript

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

Compile issue #124

Closed GuillaumeT closed 10 years ago

GuillaumeT commented 10 years ago

Hello,

I'm having a issue on compiling since last update Here is the console output :

Compiling on save...
Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 549, in run_
    return self.run(edit)
  File "CoffeeScript in C:\Users\Guillaume TROUPEL\AppData\Roaming\Sublime Text 3\Installed Packages\Better CoffeeScript.sublime-package", line 139, in run
  File "X/ntpath.py", line 316, in dirname
  File "X/ntpath.py", line 280, in split
  File "X/ntpath.py", line 208, in splitdrive
TypeError: object of type 'NoneType' has no len()
lavrton commented 10 years ago

Should be fixed with latest commit. Test please.

GuillaumeT commented 10 years ago

Everything works perfectetly now.

Thanks a lot !

ps: Sorry for responding after 2weeks :-/