Skip to content

Commit

Permalink
Raise exception if fallback is not found (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Jul 13, 2024
1 parent 1429190 commit 21f7525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cursorless-talon/src/fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def perform_fallback(fallback: dict):
return action_callback()
except ValueError as ex:
actions.app.notify(str(ex))
raise ex


def get_action_callback(fallback: dict) -> Callable:
Expand Down

0 comments on commit 21f7525

Please sign in to comment.