| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Nice, seems reasonable to me.
Sorry, something went wrong.
|
I'll update the changelog and then merge. Thanks for the review. |
Sorry, something went wrong.
When users call init multiple times.
Add a line item for using a better error message. Also, add a link for an entry that didn't have one before.
| Back | FazBrowse Home | New Git URL |
When users call init multiple times. This PR addresses an error that we saw in our telemetry. It looks like there was a user who was calling the init action multiple times in the same job and getting an error. This seems like an error that new users will come across when they want to analyze databases for multiple languages.
This PR makes the error message clearer in this case.
@edoardopirovano suggested a more robust fix where we introduce a UserError and handle them differently from Errors. This PR does not implement the suggestion, but is something we can do in the future.
Merge / deployment checklist