We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76cb4d commit 4fe02e2Copy full SHA for 4fe02e2
lib/timers.js
@@ -439,7 +439,7 @@ exports.clearInterval = function(timer) {
439
};
440
441
442
-const Timeout = function(after) {
+function Timeout(after) {
443
this._called = false;
444
this._idleTimeout = after;
445
this._idlePrev = this;
test/message/timeout_throw.out
@@ -2,6 +2,6 @@
2
undefined_reference_error_maker;
3
^
4
ReferenceError: undefined_reference_error_maker is not defined
5
- at ._onTimeout (*test*message*timeout_throw.js:*:*)
+ at Timeout._onTimeout (*test*message*timeout_throw.js:*:*)
6
at tryOnTimeout (timers.js:*:*)
7
at Timer.listOnTimeout (timers.js:*:*)
0 commit comments