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
If I have invalid JSON, kody tells me it can't find any tasks but doesn't inform me that my .kodyrc file is invalid 🤦
kody
.kodyrc
More descriptive error handling where I'm told that the JSON is invalid
Fails telling me there's an issue with .kodyrc which makes me question whether my node version is compatible etc.
Create an invalid JSON file with say a missing comma as the .kodyrc file
The text was updated successfully, but these errors were encountered:
jh3y
No branches or pull requests
Issue summary
If I have invalid JSON,
kody
tells me it can't find any tasks but doesn't inform me that my.kodyrc
file is invalid 🤦Expected behavior
More descriptive error handling where I'm told that the JSON is invalid
Actual behavior
Fails telling me there's an issue with
.kodyrc
which makes me question whether my node version is compatible etc.Steps to reproduce
Create an invalid JSON file with say a missing comma as the
.kodyrc
fileThe text was updated successfully, but these errors were encountered: