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

handle stderr stat() throwing an error on Windows #79

Merged
merged 1 commit into from
Mar 22, 2015

Conversation

moitias
Copy link

@moitias moitias commented Mar 20, 2015

This fixes issue #77, which was caused by the stderr redirect check, due to os.stderr.stat() failing on Windows.

This is probably the quickest possible fix, happy to expand on it if it's deemed necessary. Figured that handling the possible error from file.stat is not that important anyway as before it was just discarded.

@krobertson
Copy link
Contributor

LGTM, thanks!

krobertson added a commit that referenced this pull request Mar 22, 2015
handle stderr stat() throwing an error on Windows
@krobertson krobertson merged commit e59162a into nats-io:master Mar 22, 2015
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