Browse Source

timers: fix lint from 4fe02e2

Fixes: https://github.com/nodejs/node/issues/5823
Refs: https://github.com/nodejs/node/pull/5793
PR-URL: https://github.com/nodejs/node/pull/5825
Reviewed-By: Myles Borins <myles.borins@gmail.com>
process-exit-stdio-flushing
Jeremiah Senkpiel 9 years ago
parent
commit
d3a75344f5
  1. 2
      lib/timers.js

2
lib/timers.js

@ -447,7 +447,7 @@ function Timeout(after) {
this._idleStart = null;
this._onTimeout = null;
this._repeat = null;
};
}
function unrefdHandle() {

Loading…
Cancel
Save