diff --git a/src/node_io_watcher.cc b/src/node_io_watcher.cc index 622c86da9d1..b08c3b5b12e 100644 --- a/src/node_io_watcher.cc +++ b/src/node_io_watcher.cc @@ -481,6 +481,8 @@ void IOWatcher::Dump(EV_P_ ev_prepare *watcher, int revents) { FatalException(try_catch); } } + + watcher_obj = watcher_obj_last; } } }