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

Debug Child Processes exit signal #3259

Merged
merged 1 commit into from
Feb 4, 2019
Merged

Debug Child Processes exit signal #3259

merged 1 commit into from
Feb 4, 2019

Commits on Feb 2, 2019

  1. fix(launcher): Debug Child Processes exit signal

    The Child Processes Event: 'exit' has two parameters: code and signal
    (https://nodejs.org/api/child_process.html#child_process_event_exit).
    One of the two will always be non-null. This helps debugging cases where
    code is null.
    Simon Warta committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    54384b1 View commit details
    Browse the repository at this point in the history