Skip to content

Error identification needs to handle doppelgängers #927

@rjrodger

Description

@rjrodger
      error: {
        identify: function identifyError(e) {
          return (e instanceof Error) ||
            Object.prototype.toString.call(e)==='[object Error]'
        },
      },

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions