thenativeweb/node-cqrs-saga

Expose development errors

Closed this issue · 2 comments

How do you go about exposing dev errors??

Operation is silent and doesnt expose where broken in case of error, error tracking is nightmare

adrai commented

DEBUG=saga* node server.js

Thanks

For windows:

set DEBUG=saga* & node server.js