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

Allow using 0 as file descriptor #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janmarthedal
Copy link

The standard unix file descriptor for stdin is 0 (also available as process.stdin.fd), but this is not possible to use since 0 is a falsy value. This commit fixes this.

The standard unix file descriptor for stdin is 0 (also available as process.stdin.fd), but this is not possible to use since 0 is a falsy value. This commit fixes this.
@nacholibre
Copy link
Owner

@janmarthedal Thanks for the contribution, I'll test it and add it in the next release if everything works as expected.

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.

2 participants