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

Leverage command return value instead of process.exit. #114

Merged

Commits on Feb 19, 2017

  1. Leverage command return value instead of process.exit.

    Works around an upstream issue in ember-cli 2.13 canary versions,
    and is quite a bit easier to test.
    
    Also tweaked SIGINT handling to queue up a cancel and avoid additional
    work. This is because in ember-cli 2.9+ we use `capture-exit` so that
    `process.exit()` does not immediately schedule an exit any longer (so
    the semantics that we intended with the prior SIGINT logic were generally
    broken already).
    rwjblue committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    9d663eb View commit details
    Browse the repository at this point in the history