Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore failed config file reads (#5118)
Currently, we will try to read configuration from disk and leave any exceptions unhandled. This can result in unexpected bailing when the file cannot be read for whatever reason. This change will ignore such failures, treating them the same as if the path didn't exist. Fixes #5117
- Loading branch information