Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): failure to load malformed YAML is swallowed (#19338)
For some reason, we are falling back to reading JSON when loading YAML fails. Since YAML is a superset of JSON, the only reason errors would occur because the YAML is not valid, in which case we shouldn't do this catch at all. Fixes #19335. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information