Skip to content

Commit 78abf04

Browse files
committed
Use eachLimit instead even though forEachLimit apears to be an alias...
1 parent 9cb4225 commit 78abf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class Compiler extends Tapable {
312312
const emitFiles = err => {
313313
if (err) return callback(err);
314314

315-
asyncLib.forEachLimit(
315+
asyncLib.eachLimit(
316316
compilation.assets,
317317
15,
318318
(source, file, callback) => {

0 commit comments

Comments
 (0)