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

Remove error property from DeveloperError and RuntimeError. #1041

Merged
merged 3 commits into from
Aug 19, 2013

Conversation

shunter
Copy link
Contributor

@shunter shunter commented Aug 19, 2013

Error objects can't be sent back from Web Workers. We still capture the stack trace as a string and keep that, without needing the error object.

This addresses the first of several problems that is causing #1039. This fix makes it so we can actually see the error that's causing the problem.

Errors can't be sent back from Web Workers.  We can still capture the stack trace as a string and use that, without the error object.
@mramato
Copy link
Contributor

mramato commented Aug 19, 2013

@emackey since I believe you were the one that originally added this capability, do you have any concerns over this change? Looks solid to me and is for a good reason, but I just wanted to double check with you.

@emackey
Copy link
Contributor

emackey commented Aug 19, 2013

Looks good to me. I think the stack trace is the main thing I was trying to get on mobile at the time.

mramato added a commit that referenced this pull request Aug 19, 2013
…WebWorkers

Remove error property from DeveloperError and RuntimeError.
@mramato mramato merged commit 708b9d4 into master Aug 19, 2013
@mramato mramato deleted the fixExceptionsFromWebWorkers branch August 19, 2013 19:22
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.

3 participants