diff --git a/src/win/core.c b/src/win/core.c index 68409e37..10b39da5 100644 --- a/src/win/core.c +++ b/src/win/core.c @@ -631,6 +631,7 @@ int uv_run(uv_loop_t *loop, uv_run_mode mode) { * UV_RUN_NOWAIT makes no guarantees about progress so it's omitted from * the check. */ + uv_update_time(loop); uv__run_timers(loop); }