Refactor error handling #308

Merged
6543 merged 7 commits from noerw/tea:improve-error-log into master 2020-12-16 16:18:11 +00:00
Showing only changes of commit d4a783216d - Show all commits

View File

@ -46,7 +46,6 @@ func runOpen(cmd *cli.Context) error {
b, err := repo.Head()
if err != nil {
return err
return nil
}
name := b.Name()
switch {