issues
search
specklesystems
/
speckle-automate-github-action
GitHub Action for creating Speckle Automate Functions
Apache License 2.0
3
stars
2
forks
source link
chore(error): improve error handling to include message from cause of error
#307
Closed
iainsproat
closed
10 months ago
iainsproat
commented
10 months ago
Description & motivation
the error message was not sufficiently verbose to allow a function creator to resolve the issue.
resolves an issue with
yarn test --cover
due to transient imports
Changes:
To-do before merge:
Screenshots:
Validation of changes:
Checklist:
[ ] My pull request follows the guidelines in the
Contributing guide
?
[ ] My pull request does not duplicate any other open
Pull Requests
for the same update/change?
[ ] My commits are related to the pull request and do not amend unrelated code or documentation.
[ ] My code follows a similar style to existing code.
[ ] I have added appropriate tests.
[ ] I have updated or added relevant documentation.
References
Description & motivation
yarn test --cover
due to transient importsChanges:
To-do before merge:
Screenshots:
Validation of changes:
Checklist:
References