[Utils > Backoff] Fix syntax error
This commit is contained in:
parent
c51e4c180e
commit
37877bd7fb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = class Backoff { // Internal library / utility for a class to re
|
||||||
try {
|
try {
|
||||||
callback(); // Run callback
|
callback(); // Run callback
|
||||||
} finally {
|
} finally {
|
||||||
this_timeoutId = null; // Stop tracking timeout internally as it's been executed
|
this._timeoutId = null; // Stop tracking timeout internally as it's been executed
|
||||||
}
|
}
|
||||||
}, this.current);
|
}, this.current);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue