issues
search
superfaceai
/
cli
Let AI connect the APIs for you
https://superface.ai
MIT License
23
stars
4
forks
source link
feat: stringify error util
#288
Closed
Jakub-Vacek
closed
1 year ago
Jakub-Vacek
commented
1 year ago
Description
This PR adds util to stringify Error instances
Motivation and Context
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] I have updated the documentation accordingly. For updating Oclif commands documentation use
oclif-dev
.
[ ] I have read the
CONTRIBUTION_GUIDE
document.
[ ] I haven't repeated the code. (DRY)
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
Description
This PR adds util to stringify Error instances
Motivation and Context
Types of changes
Checklist: