diff --git a/lib/internal/blob.js b/lib/internal/blob.js index 68b8d6f89e2042..8fee1d91f79448 100644 --- a/lib/internal/blob.js +++ b/lib/internal/blob.js @@ -138,7 +138,7 @@ class Blob { if (sources === null || typeof sources[SymbolIterator] !== 'function' || typeof sources === 'string') { - throw new ERR_INVALID_ARG_TYPE('sources', 'Iterable', sources); + throw new ERR_INVALID_ARG_TYPE('sources', 'a sequence', sources); } validateObject(options, 'options'); let {