- 
                Notifications
    
You must be signed in to change notification settings  - Fork 64
 
Closed
Description
Display javascript in the st3 branch gives you this error in console, dont know what to do about it :/
Thanks for making this project!
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 543, in run_
    return self.run(edit, **args)
  File "/Users/andreas/Library/Application Support/Sublime Text 3/Packages/Better CoffeeScript/CoffeeScript.py", line 133, in run
    res = brew(args, Text.get(self.view))
  File "/Users/andreas/Library/Application Support/Sublime Text 3/Packages/Better CoffeeScript/CoffeeScript.py", line 42, in brew
    return run("coffee", args=args, source=source.encode('utf-8'))
  File "/Users/andreas/Library/Application Support/Sublime Text 3/Packages/Better CoffeeScript/CoffeeScript.py", line 31, in run
    proc = Popen(command, env=env, cwd=cwd, stdout=PIPE, stderr=PIPE)
  File "X/subprocess.py", line 818, in __init__
  File "X/subprocess.py", line 1344, in _execute_child
  File "X/subprocess.py", line 1344, in <listcomp>
  File "X/os.py", line 800, in fsencode
TypeError: expect bytes or str, not NoneType