Skip to content

Commit

Permalink
Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Oct 28, 2022
1 parent 7f8426f commit a7a9d15
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
function verb(n) { return function (v) { return step([n, v]); }; }
function step(op) {
if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {
Expand Down

0 comments on commit a7a9d15

Please sign in to comment.