We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today, I installed husky and run husky init, but I forgot to run git init, so husky init was failed with the stack overflow error.
husky init
git init
As a developer, I want husky init to print a meaningful error message for the above situation instead of a stack trace.
The text was updated successfully, but these errors were encountered:
fix github.com/go-courier#84
8cffda5
fix go-courier#84
6180ff7
No branches or pull requests
Problem
Today, I installed husky and run
husky init
, but I forgot to rungit init
, sohusky init
was failed with the stack overflow error.Request
As a developer, I want
husky init
to print a meaningful error message for the above situation instead of a stack trace.The text was updated successfully, but these errors were encountered: