We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1429190 commit 21f7525Copy full SHA for 21f7525
cursorless-talon/src/fallback.py
@@ -56,6 +56,7 @@ def perform_fallback(fallback: dict):
56
return action_callback()
57
except ValueError as ex:
58
actions.app.notify(str(ex))
59
+ raise ex
60
61
62
def get_action_callback(fallback: dict) -> Callable:
0 commit comments