-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing error message in terminal for bound args serialization er…
…ror (#73508) This is a small follow-up to #73471. The error message got lost when assigning the custom stack (the message is usually also part of the stack). This was only noticeable in the Terminal though; the dev overlay showed the error correctly. We're now adding assertions on the CLI output to the e2e test. In addition, the custom stack slicing is replaced with `Error.captureStackTrace` (h/t @eps1lon).
- Loading branch information
1 parent
eb4cd43
commit 432d119
Showing
2 changed files
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters