sean-hernon

Results 2 issues of sean-hernon

When the error logging is enabled, it is called even when the error is handled in a custom error handler middleware. This is unintuitive for several reasons. Consider the following...

Demo repo: https://github.com/sean-hernon/nyc-sourcemap-merge Steps to reproduce: ``` npm install npm run build npm run instrument-index npm run instrument-via-test npm run report ``` ## Expected Behavior The file `something.ts` should show...