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

fix: handle code-less errors more carefully in exec #554

Merged
merged 1 commit into from
Nov 17, 2016

Commits on Nov 12, 2016

  1. fix: handle code-less errors more carefully in exec

    If an error exists, but has no error code, it defaults to 1 (a common code for
    most Unix commands). Tests have been omitted since this is an edge case that is
    difficult to reproduce.
    
    Fixes #536
    nfischer committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    b04afb1 View commit details
    Browse the repository at this point in the history