albert-92
albert-92
I had the exact same issue with 4.2.2. I solved it like you did, expect that i added an `export default` in **mongoose-error.directive.ts** ``` export default angular.module('demoApp.mongooseError', []) ... ```...
Try to reinstall your node.js + npm/yarn. Maybe it'll solve the issue.
Yup, same problem here.
Thanks for implementing this. This is a huge saver, especially when logging to files and not having to postprocess the logs with regex.
Is this behavior caused by Bun, the MongoDB driver implementation, or something that only occurs when the two interact?