Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faults handling bug #392

Open
vsnig opened this issue Dec 5, 2024 · 0 comments
Open

Faults handling bug #392

vsnig opened this issue Dec 5, 2024 · 0 comments

Comments

@vsnig
Copy link
Contributor

vsnig commented Dec 5, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant