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(inspector): Catch and log inspector_modules.js loading errors #1081

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

mbektchiev
Copy link
Contributor

@mbektchiev mbektchiev commented Feb 12, 2019

inspector_modules.js is loaded whenever a new debugger connection is established.
When the application is built with --bundle however, the file is missing and debugging
is not working correctly. Log the rejection reason to the console so that errors with it don't
silently remain undetected in the future.

related to #1054, #1055, #1056, #1057

PR Checklist

`inspector_modules.js` is loaded whenever a new debugger connection is established.
When the application is built with `--bundle` however, the file is missing and debugging
is not working correctly. Log the rejection reason to the console so that errors with it don't
silently remain undetected in the future.

related to #1054, #1055, #1056, #1057
@mbektchiev mbektchiev added this to the 5.3.0 milestone Feb 12, 2019
@mbektchiev mbektchiev self-assigned this Feb 12, 2019
@mbektchiev mbektchiev merged commit f65d226 into master Feb 13, 2019
@mbektchiev mbektchiev deleted the bektchiev/log-inspector-modules-js-errors branch February 13, 2019 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants