Skip to content

Improve error reporting #170

@larsks

Description

@larsks

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions