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

Preload script errors no longer going to console #5721

Closed
kevinsawicki opened this issue May 26, 2016 · 1 comment
Closed

Preload script errors no longer going to console #5721

kevinsawicki opened this issue May 26, 2016 · 1 comment

Comments

@kevinsawicki
Copy link
Contributor

kevinsawicki commented May 26, 2016

  • Electron version: 1.2.0

If you have a preload script with something like:

window.methodDoesNotExist()

The error from that script no longer displays in the console in 1.2.0.

Here is what the Console looked like on 1.1.3 where it currently works:

screen shot 2016-05-26 at 11 33 15 am

@kevinsawicki
Copy link
Contributor Author

If I change lib/renderer/init.js to log the caught error via a setTimeout then it does appear, so perhaps something changed in Chrome 51 regarding console logging initialization?

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

No branches or pull requests

1 participant