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

Listen to browser process error events #34

Open
stefanbuck opened this issue Jun 12, 2015 · 0 comments
Open

Listen to browser process error events #34

stefanbuck opened this issue Jun 12, 2015 · 0 comments
Milestone

Comments

@stefanbuck
Copy link
Member

The browser process will emit an event generator:error if an error occurs. The render process should somehow display the error message to the user.

The payload looks like this:

{
  event: 'generator:error',
  data: 'Error: Some error message'
}
@ruyadorno ruyadorno added this to the v1.0.0-beta.1 milestone Jun 13, 2015
@stefanbuck stefanbuck modified the milestones: v1.0.0-beta.1, Curtain up Jun 14, 2015
@stefanbuck stefanbuck modified the milestones: Curtain up, v1.0.0-beta.1 Jun 27, 2015
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

2 participants