ext/libuv/src/unix/kqueue.c in libuv-0.12.4 vs ext/libuv/src/unix/kqueue.c in libuv-1.0.0

- old
+ new

@@ -375,10 +375,10 @@ } int uv_fs_event_stop(uv_fs_event_t* handle) { if (!uv__is_active(handle)) - return -EINVAL; + return 0; uv__handle_stop(handle); #if defined(__APPLE__) if (uv__fsevents_close(handle))