eventual icon indicating copy to clipboard operation
eventual copied to clipboard

Bug: Some Errors don't normalize correctly

Open thantos opened this issue 2 years ago • 0 comments

Workflow threw a ReferenceError, but the normalizeError function returns {}. Should get the message and the error name instead.

Actual:

Error: {}

Expected

ReferenceError: message

thantos avatar Aug 30 '23 20:08 thantos