]> zoso.dev Git - buffer.git/commitdiff
error message fix
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 08:58:17 +0000 (00:58 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 08:58:17 +0000 (00:58 -0800)
index.js

index bd071b4e24812b88eaa897b9e4df359d4393ccd5..f47a36ab051a667d5bf733a4adc42975f25f0b4e 100644 (file)
--- a/index.js
+++ b/index.js
@@ -126,7 +126,7 @@ function from (value, encodingOrOffset, length) {
 
   if (value == null) {
     throw TypeError(
-      'The first argument must be one of type string, Buffer, ArrayBuffer, Array ' +
+      'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +
       'or Array-like Object. Received type ' + (typeof value)
     )
   }