about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 8272dfd..4570800 100644
--- a/main.lua
+++ b/main.lua
@@ -232,7 +232,6 @@ function App.keychord_press(chord, key)
     if run.keychord_press then run.keychord_press(chord, key) end
   elseif Current_app == 'source' then
     if source.keychord_press then source.keychord_press(chord, key) end
-  elseif Current_app == 'error' then
   else
     assert(false, 'unknown app "'..Current_app..'"')
   end