mirror of https://github.com/nodejs/node.git
uv: upgrade to 0459097
parent
ebb79cdaba
commit
bab59f33e7
|
@ -69,11 +69,12 @@ static void uv__fs_event(EV_P_ ev_io* w, int revents) {
|
|||
|
||||
handle->cb(handle, NULL, events, 0);
|
||||
|
||||
uv__fs_event_stop(handle);
|
||||
if (handle->fd == -1)
|
||||
return;
|
||||
|
||||
/* File watcher operates in one-shot mode, re-arm it. */
|
||||
if (handle->fd != -1)
|
||||
uv__fs_event_start(handle);
|
||||
uv__fs_event_stop(handle);
|
||||
uv__fs_event_start(handle);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue