mirror of https://github.com/lukechilds/node.git
Browse Source
Fix the following error: FSEventWrap: Aborting due to unwrap failure at ../../src/fs_event_wrap.cc:169 It's possible and legal for a handle to be closed twice. HandleWrap::Close() deals with that by ignoring the second close. Now FSEventWrap::Close() does too. Fixes #3997.v0.8.11-release
Ben Noordhuis
12 years ago
1 changed files with 10 additions and 5 deletions
Loading…
Reference in new issue