nodejs-error-reporting
nodejs-error-reporting copied to clipboard
Support error causes and aggregate errors
Looking at the implementation, only stack traces are reported. It'd be great if cause properties and AggregateError could be supported. This is now idiomatic JavaScript.