fix(minErr): stringify non-JSON compatible objects in error messages
Fix the JSON stringification to output a more meaningful string when an object cannot be normally converted to a JSON string, such as when the object contains cyclic references that would cause `JSON.stringify()` to throw an error. Closes #10085
P
Peter Bacon Darwin committed
cf43ccdf9b8665a2fd5d6aa52f80cb2d7c9bb7e2
Parent: a9352c1