expresso icon indicating copy to clipboard operation
expresso copied to clipboard

if err.name is blank (not an Error instance), use sys.inspect

Open wadey opened this issue 13 years ago • 0 comments

Sometimes something other than an Error object gets thrown. This patch will use sys.inspect to show what the err object is if err.name is missing (so you can see what it is instead of just seeing 'undefined').

wadey avatar Jun 06 '11 19:06 wadey