Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils: Fix wrong usage of Error.prepareStackTrace
The return value of Error.prepareStackTrace will become the result of Error.stack accesses. Setting Error.stack inside this callback relies on the fact that the magic get accessor detects the change in the middle of formatting, and is unnecessary in this instance.
- Loading branch information