Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.
In an async.series structure, which executes its handlers in parallel, it could happen that one handler tried pushing an element to a variable containing an errors array (line 129), after another handler had reassigned that variable to null (line 139). This lead to a TypeError obscuring the original error the user is interested in.
In an async.series structure, which executes its handlers in parallel, it could happen that one handler tried pushing an element to a variable containing an errors array (line 129), after another handler had reassigned that variable to null (line 139). This lead to a TypeError obscuring the original error the user is interested in.