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 error handler with non-existent file path in the stack #313

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

vadimdemedes
Copy link
Owner

See #311 (comment).

If source maps are enabled, error stack could point to a file that doesn't actually exist in the distributed code. This PR fixes that by checking if there's a file, before attempting to read it.

@vadimdemedes vadimdemedes merged commit 4cf1c28 into master Jun 23, 2020
@vadimdemedes vadimdemedes deleted the fix-error-boundary branch June 23, 2020 15:28
@vadimdemedes vadimdemedes mentioned this pull request Jun 23, 2020
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.

1 participant