diff options
| -rw-r--r-- | content_scripts/mode_key_handler.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode_key_handler.coffee b/content_scripts/mode_key_handler.coffee index b6f384ce..96792306 100644 --- a/content_scripts/mode_key_handler.coffee +++ b/content_scripts/mode_key_handler.coffee @@ -101,7 +101,7 @@ class KeyHandlerMode extends Mode command = (mapping for mapping in @keyState when "command" of mapping)[0] if command count = if 0 < @countPrefix then @countPrefix else 1 - bgLog "Call #{command.command}[#{count}] (#{@mode})" + bgLog "Call #{command.command}[#{count}] (#{@name})" @reset() @commandHandler {command, count} false # Suppress event. |
