Skip to content

fix(inspector): Catch and log inspector_modules.js loading errors#1081

Merged
mbektchiev merged 1 commit intomasterfrom
bektchiev/log-inspector-modules-js-errors
Feb 13, 2019
Merged

fix(inspector): Catch and log inspector_modules.js loading errors#1081
mbektchiev merged 1 commit intomasterfrom
bektchiev/log-inspector-modules-js-errors

Conversation

@mbektchiev
Copy link
Copy Markdown
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.

2 participants