diff --git a/lib/timers.js b/lib/timers.js index bec1d2e2180..478a0543391 100644 --- a/lib/timers.js +++ b/lib/timers.js @@ -447,7 +447,7 @@ function Timeout(after) { this._idleStart = null; this._onTimeout = null; this._repeat = null; -}; +} function unrefdHandle() {