Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): fix empty error log in console logger (#524)
The console logger stringified the data object. Appereantly the Error class has no enumerable properties which means it will be stringified as an empty object. This fix checks if a (top level) value being transformed is an error and will transform the non-enumerable properties of the error. Signed-off-by: Timo Glastra <[email protected]>
- Loading branch information