mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Better error message
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user