Skip to content

Commit a0cebfc

Browse files
committed
fix skip in link list
1 parent d71bbfb commit a0cebfc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/node_io_watcher.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,8 @@ void IOWatcher::Dump(EV_P_ ev_prepare *watcher, int revents) {
481481
FatalException(try_catch);
482482
}
483483
}
484+
485+
watcher_obj = watcher_obj_last;
484486
}
485487
}
486488
}

0 commit comments

Comments
 (0)