tim-kos/node-retry

Error when you pass a timeoutOps object as parameter

diogosuguimoto opened this issue · 0 comments

retry_operation.js -> Line 63

if (this._options.unref) {
  self._timeout.unref();
}

this is used out of scope. Change to self