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) {
116
116
return { value : o && o [ i ++ ] , done : ! o } ;
117
117
}
118
118
} ;
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." ) ;
120
120
}
121
121
122
122
export function __read ( o , n ) {
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ var __importDefault;
153
153
return { value : o && o [ i ++ ] , done : ! o } ;
154
154
}
155
155
} ;
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." ) ;
157
157
} ;
158
158
159
159
__read = function ( o , n ) {
You can’t perform that action at this time.
0 commit comments