Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(errors): restore file and line info
When upgrading to version 2.0.0 the errors implementation was changed, and the "filename" and "line" context was removed from the `toString` representation. This commit restores the information by extending the `make-error-cause` method. Fixes #264.
- Loading branch information