summaryrefslogtreecommitdiff
path: root/lib/tty.js
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-11-23 10:09:05 +0100
committerMichaël Zasso <targos@protonmail.com>2019-11-27 19:29:01 +0100
commit141a6e34eed05577edf43ad085a74f330d0559cb (patch)
tree1d66ed917d299069b79d34abe1493d18dcb5e138 /lib/tty.js
parent5904dfcc9c70b79971ab09dacd711e5c13d7120c (diff)
downloadnode-new-141a6e34eed05577edf43ad085a74f330d0559cb.tar.gz
lib: enforce use of Array from primordials
PR-URL: https://github.com/nodejs/node/pull/30635 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'lib/tty.js')
-rw-r--r--lib/tty.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tty.js b/lib/tty.js
index 3b431a1d88..95f2624708 100644
--- a/lib/tty.js
+++ b/lib/tty.js
@@ -22,6 +22,7 @@
'use strict';
const {
+ Array,
ObjectSetPrototypeOf,
} = primordials;