-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
There are several points in the code where we effectively do this:
if err != nil {
return m, tea.Quit
}That's not great from a usability perspective because it causes nom to exit without any feedback to the user. We can see the practical impact of this behavior in e.g. #155. Instead of just failing, we should arrange to display some feedback to the user.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed