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

ExecutorWorker: register for child_process 'error' event #654

Merged
merged 1 commit into from
Oct 30, 2015

Conversation

ksmyth
Copy link
Contributor

@ksmyth ksmyth commented Oct 30, 2015

This fixes a crash:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn OK
    at errnoException (child_process.js:1011:11)
    at Process.ChildProcess._handle.onexit (child_process.js:802:34)

This fixes a crash:
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn OK
    at errnoException (child_process.js:1011:11)
    at Process.ChildProcess._handle.onexit (child_process.js:802:34)
@lattmann lattmann added this to the v1.2.0 milestone Oct 30, 2015
@pmeijer pmeijer assigned pmeijer and unassigned lattmann Oct 30, 2015
pmeijer pushed a commit that referenced this pull request Oct 30, 2015
ExecutorWorker: register for child_process 'error' event
@pmeijer pmeijer merged commit 90ddef8 into master Oct 30, 2015
@pmeijer pmeijer deleted the executor_spawn_fix branch October 30, 2015 22:08
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.

3 participants