Better error message

This commit is contained in:
Corey Johnson
2011-11-23 14:34:14 -05:00
parent 809f5d5f98
commit c76119020a

View File

@@ -31,7 +31,7 @@ class KeyBinder
for binding, method of bindings
@keymaps[name][@bindingParser binding] = method
catch error
console.error "Can't load key bindings at `#{path}`."
console.error "Can't evaluate key bindings at `#{path}`."
console.error error
handleEvent: (event) ->