Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more informative error messages #739

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bbbco
Copy link

@bbbco bbbco commented Jun 14, 2022

I noticed that the error/failure messages were not as clear about what was failing:

Installing robbyrussell/oh-my-zsh... Done. Took 1s.
Antigen: Failed to load plugin.
Installing zsh-users/zsh-completions... Done. Took 1s.
Seems robbyrussell/oh-my-zsh is already installed!
Installing reegnz/jq-zsh-plugin... Done. Took 1s.
...

This PR allows errors/warnings to be a bit more informative:

Antigen: Seems plugin lib from robbyrussell/oh-my-zsh is already installed!
Antigen: Seems plugin git from robbyrussell/oh-my-zsh is already installed!
Antigen: Failed to load plugin zsh-nvm from robbyrussell/oh-my-zsh.
Antigen: Seems plugin zsh-users/zsh-completions is already installed!

@appinteractive
Copy link

appinteractive commented Feb 10, 2023

Why is that not merged? It's really annoying to be spammed with errors that do not say anything 😕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants