| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a45aabe commit e9f3e63
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -139,7 +139,7 @@ class Blob { | |||
| 139 | 139 | if (sources === null || | |
| 140 | 140 | typeof sources[SymbolIterator] !== 'function' || | |
| 141 | 141 | typeof sources === 'string') { | |
| 142 | - throw new ERR_INVALID_ARG_TYPE('sources', 'Iterable', sources); | ||
| 142 | + throw new ERR_INVALID_ARG_TYPE('sources', 'a sequence', sources); | ||
| 143 | 143 | } | |
| 144 | 144 | validateObject(options, 'options'); | |
| 145 | 145 | let { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments