We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad9f4b commit eb8d0c0Copy full SHA for eb8d0c0
lib/protocol/sequences/Sequence.js
@@ -27,7 +27,7 @@ function Sequence(options, callback) {
27
this._idleNext = null;
28
this._idlePrev = null;
29
this._idleStart = null;
30
- this._idleTimeout = undefined;
+ this._idleTimeout = -1;
31
this._repeat = null;
32
}
33
0 commit comments