Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: π don't mutate error object in-place
This avoids mutating error thrown by an expression function in-place. The error might not even be an object, in which case mutating it will throw.
- Loading branch information