Skip to content

Faults handling bug #392

@vsnig

Description

@vsnig

Here logErr is called before if (err.uow... check. It calls err.uow.pipeline which throws Cannot read properties of undefined (reading 'pipeline') if error was not properly handled with faulty etc.

In 0.x this logErr was inside if (err.uow)... and didn't cause such error

Probably intended to be pipeline: err.uow?.pipeline || 'undefined', (with question mark)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions