Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Call toString on error #479

Merged
merged 1 commit into from
Mar 5, 2020
Merged

fix: Call toString on error #479

merged 1 commit into from
Mar 5, 2020

Conversation

Robdel12
Copy link
Contributor

@Robdel12 Robdel12 commented Mar 5, 2020

Issue #478 attempted to break the error apart to perserve the stacktrace, but it
looks like it's failing to produce the error message at all (depedning on the
test framework/logging setup).

We're going to call .toString on the error to print the message. If the user
wants the stack trace, they will need to open the browser and place a breakpoint
on the error log.

Issue #478 attempted to break the error apart to perserve the stacktrace, but it
looks like it's failing to produce the error message at all (depedning on the
test framework/logging setup).

We're going to call `.toString` on the error to print the message. If the user
wants the stack trace, they will need to open the browser and place a breakpoint
on the error log.
@Robdel12 Robdel12 requested a review from wwilsman March 5, 2020 18:21
Copy link
Contributor

@wwilsman wwilsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎮

@Robdel12 Robdel12 merged commit 175a3eb into master Mar 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the rd/stringify-error branch March 5, 2020 18:56
djones pushed a commit that referenced this pull request Mar 5, 2020
## [0.24.2](v0.24.1...v0.24.2) (2020-03-05)

### Bug Fixes

* Call `toString` on error ([#479](#479)) ([175a3eb](175a3eb)), closes [#478](#478)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants