OrH
Results
1
issues of
OrH
Hey, Is there a specific reason for emitting `uncaughtException` to the process instead of returning as an error in the callback? https://github.com/thenativeweb/node-cqrs-eventdenormalizer/blob/master/lib/definitions/viewBuilder.js#L94 ``` try { unwrappedDenormFn.call(this, evtData, vm, wrappedCallback.bind(this)); }...