mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
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>
This commit is contained in:
parent
54e6a8d6d7
commit
d3a75344f5
@ -447,7 +447,7 @@ function Timeout(after) {
|
||||
this._idleStart = null;
|
||||
this._onTimeout = null;
|
||||
this._repeat = null;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
function unrefdHandle() {
|
||||
|
Loading…
Reference in New Issue
Block a user