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

Distinguishing between error strings and error numbers #187

Merged
merged 8 commits into from Mar 10, 2019
Merged

Distinguishing between error strings and error numbers #187

merged 8 commits into from Mar 10, 2019

Conversation

ehmicky
Copy link
Collaborator

@ehmicky ehmicky commented Mar 7, 2019

Fixes #179

This introduces 3 different properties for status codes:

  • code is a string or integer (e.g. 2)
  • exitCode is an integer (e.g. 2)
  • exitCodeName is a string (e.g. ENOENT)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants