added missing clog for 58461

This commit is contained in:
Brian Coca 2020-05-11 17:33:59 -04:00 committed by Matt Clay
parent e70f5cc132
commit 96f504cd11

View file

@ -0,0 +1,2 @@
bugfixes:
- the default parsing will now show existing JSON errors and not just YAML (last attempted), also we avoid YAML parsing when we know we only want JSON issue #58461.