feat: refactoring project
This commit is contained in:
2
node_modules/webpack/lib/MultiWatching.js
generated
vendored
2
node_modules/webpack/lib/MultiWatching.js
generated
vendored
@@ -62,7 +62,7 @@ class MultiWatching {
|
||||
* @returns {void}
|
||||
*/
|
||||
close(callback) {
|
||||
asyncLib.forEach(
|
||||
asyncLib.each(
|
||||
this.watchings,
|
||||
(watching, finishedCallback) => {
|
||||
watching.close(finishedCallback);
|
||||
|
||||
Reference in New Issue
Block a user