File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export function __values(o) {
116116 return { value : o && o [ i ++ ] , done : ! o } ;
117117 }
118118 } ;
119- throw new TypeError ( s ? "Object not iterable." : "Symbol.iterator is not defined." ) ;
119+ throw new TypeError ( s ? "Object is not iterable." : "Symbol.iterator is not defined." ) ;
120120}
121121
122122export function __read ( o , n ) {
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ var __importDefault;
153153 return { value : o && o [ i ++ ] , done : ! o } ;
154154 }
155155 } ;
156- throw new TypeError ( s ? "Object not iterable." : "Symbol.iterator is not defined." ) ;
156+ throw new TypeError ( s ? "Object is not iterable." : "Symbol.iterator is not defined." ) ;
157157 } ;
158158
159159 __read = function ( o , n ) {
You can’t perform that action at this time.
0 commit comments