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

feat: Add support for throwing instead of process.exit(1) on errors #118

Merged
merged 4 commits into from
Aug 1, 2018

Commits on Jul 17, 2018

  1. Add support for throwing instead of process.exit(1) on errors

    When using the package as a library, it's a good idea to throw an error
    instead of exiting with code 1. This way the user can recover from the
    mistake somehow (e.g. deleting a throwaway branch on during continuous
    integration).
    charlespwd committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    b15ca39 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    4877814 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    e9c051b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    f77d47c View commit details
    Browse the repository at this point in the history