aboutsummaryrefslogtreecommitdiff
path: root/node_modules/async/internal/doLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/async/internal/doLimit.js')
-rw-r--r--node_modules/async/internal/doLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/async/internal/doLimit.js b/node_modules/async/internal/doLimit.js
index 5bd5a75c0..963c6088f 100644
--- a/node_modules/async/internal/doLimit.js
+++ b/node_modules/async/internal/doLimit.js
@@ -9,4 +9,4 @@ function doLimit(fn, limit) {
return fn(iterable, limit, iteratee, callback);
};
}
-module.exports = exports['default']; \ No newline at end of file
+module.exports = exports["default"]; \ No newline at end of file