PAMapp/node_modules/core-js/internals/iterator-close.js
@@ -1,3 +1,4 @@ var call = require('../internals/function-call'); var anObject = require('../internals/an-object'); var getMethod = require('../internals/get-method'); @@ -10,7 +11,7 @@ if (kind === 'throw') throw value; return value; } innerResult = innerResult.call(iterator); innerResult = call(innerResult, iterator); } catch (error) { innerError = true; innerResult = error;