Enhancing Effect.logError to Match console.error Functionality
Is there a way to make Effect.log more comprehensive or to be more like console.error?
Look at the difference between doing
And here is the Effect logError, as you can see, it is ommiting key aspects of the error like the fact that the table does not exists
Look at the difference between doing
Effect.logError(error) and just console.errorAnd here is the Effect logError, as you can see, it is ommiting key aspects of the error like the fact that the table does not exists
