almin / almin

Client-side DDD/CQRS for JavaScript.
https://almin.js.org/
MIT License
506 stars 41 forks source link

almin-logger: wrong handling of `error` object #210

Open azu opened 7 years ago

azu commented 7 years ago

context.useCase(new ShowError()).exeute(new Error("error"))

It should be treated as plain error object. But, alming-logger handle it as Error log...

image

azu commented 7 years ago

Add errorType to Chunk data