Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal')
-rw-r--r--lib/internal/util/inspect.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/internal/util/inspect.js b/lib/internal/util/inspect.js
index a90e0e12112..a9795390253 100644
--- a/lib/internal/util/inspect.js
+++ b/lib/internal/util/inspect.js
@@ -15,6 +15,7 @@ const {
Float64Array,
FunctionPrototypeCall,
FunctionPrototypeToString,
+ Int8Array,
Int16Array,
Int32Array,
JSONStringify,