Describe the problem
In a case like #16280 (comment) it's possible for an inspect effect to error. We catch the error so that it doesn't cause any damage, but we also print it to the console just in case it's relevant.
Describe the proposed solution
maybe wrap the console.error in an explanatory console.group or something?
Importance
nice to have