summaryrefslogtreecommitdiff
path: root/lib/timers.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/timers.js')
-rw-r--r--lib/timers.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/timers.js b/lib/timers.js
index 99ed920e9a..8d061ab014 100644
--- a/lib/timers.js
+++ b/lib/timers.js
@@ -97,6 +97,7 @@ const Timeout = timerInternals.Timeout;
// TimerWrap C++ handle, which makes the call after the duration to process the
// list it is attached to.
//
+/* eslint-disable non-ascii-character */
//
// ╔════ > Object Map
// ║
@@ -118,6 +119,7 @@ const Timeout = timerInternals.Timeout;
// ║
// ╚════ > Linked List
//
+/* eslint-enable non-ascii-character */
//
// With this, virtually constant-time insertion (append), removal, and timeout
// is possible in the JavaScript layer. Any one list of timers is able to be