Skip to content

Commit

Permalink
failing node test tests go from 1 to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 15, 2024
1 parent f4d3588 commit 73d8f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aos/GeneratorResumeAbrupt.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function GeneratorResumeAbrupt(generator, abruptCompletion, gen

if (abruptCompletion.type() === 'return') {
// due to representing `GeneratorContext` as a function, we can't safely re-invoke it, so we can't support sending it a return completion
return CreateIterResultObject(SLOT.get(generator, '[[CloseIfAbrupt]]')(abruptCompletion), true);
// return CreateIterResultObject(SLOT.get(generator, '[[CloseIfAbrupt]]')(abruptCompletion), true);
}

var genContext = SLOT.get(generator, '[[GeneratorContext]]'); // step 5
Expand Down

0 comments on commit 73d8f95

Please sign in to comment.