diff options
Diffstat (limited to 'node_modules/babel-runtime/helpers')
-rw-r--r-- | node_modules/babel-runtime/helpers/asyncGenerator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/babel-runtime/helpers/asyncGenerator.js b/node_modules/babel-runtime/helpers/asyncGenerator.js index ebbea0964..d3032e77d 100644 --- a/node_modules/babel-runtime/helpers/asyncGenerator.js +++ b/node_modules/babel-runtime/helpers/asyncGenerator.js @@ -119,7 +119,7 @@ exports.default = function () { return new AsyncGenerator(fn.apply(this, arguments)); }; }, - await: function await(value) { + await: function _await(value) { return new AwaitValue(value); } }; |