mirror of https://github.com/lukechilds/node.git
Browse Source
When `setImmediate(cb)` is called in `beforeExit` event handler the consequent `uv_run(..., UV_RUN_NOWAIT)` may return `0`, even if there was some active handles at start. Fixes simple/test-beforeexit-event.js.v0.11.12-release
Fedor Indutny
11 years ago
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue