massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / esnext.async-iterator.to-array.js
index 04e3e7f8eec8a90437f2aeff1164572eb41a503b..2027325d5a3aeab7958ce396cf3cac03f416d1ff 100644 (file)
@@ -5,6 +5,6 @@ var $toArray = require('../internals/async-iterator-iteration').toArray;
 
 $({ target: 'AsyncIterator', proto: true, real: true }, {
   toArray: function toArray() {
-    return $toArray(this);
+    return $toArray(this, undefined, []);
   }
 });