-
Notifications
You must be signed in to change notification settings - Fork 2
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
Help Gerald handle files that it can't read. #80
Conversation
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good to me. Thanks for fixing this issue. 💚
// NOTE(john): We could use core.setFailed here, but it means that | ||
// Gerald fails sometimes in ways that are confusing to the user. | ||
// Instead we print out the error for further debugging. | ||
console.error(error); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Summary:
This addresses a few Gerald issues:
Issue: FEI-4624
Test plan:
The test suite passed.