We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64c4fb commit eb3dfc0Copy full SHA for eb3dfc0
lib/internal/blob.js
@@ -139,7 +139,7 @@ class Blob {
139
if (sources === null ||
140
typeof sources[SymbolIterator] !== 'function' ||
141
typeof sources === 'string') {
142
- throw new ERR_INVALID_ARG_TYPE('sources', 'Iterable', sources);
+ throw new ERR_INVALID_ARG_TYPE('sources', 'a sequence', sources);
143
}
144
validateObject(options, 'options');
145
let {
0 commit comments