-
Notifications
You must be signed in to change notification settings - Fork 93
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
detachDescriptor causes error with fixes for #115 in place #117
Comments
silkentrance
added a commit
that referenced
this issue
Mar 24, 2017
silkentrance
added a commit
that referenced
this issue
Mar 24, 2017
Fixed with latest commit 02fc69f. |
Did you want to close this issue? Because that branch has not been merged yet. |
Yes, I ran the tests on that branch on both appveyor and travis-ci and they work as expected. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem here is that in the removeCallback it tests for fdPath[0] being LTE 0, which is wrong, it should read -1 != fdPath[0].
This might have been found due to the side effect caused by moving the unlinkSync() back into the try block, which had been moved out of that block, causing the fix for #115 to fail.
The text was updated successfully, but these errors were encountered: