Skip to content

Commit

Permalink
Merge pull request #16122 from AnmolBansalDEV/bug/compilationCallback
Browse files Browse the repository at this point in the history
I want to resolve#16045 , I made relevant changes mentioned in the issue. let me know if any additional changes are required
  • Loading branch information
sokra committed Nov 9, 2022
2 parents 23b9a1c + 828722d commit dfdd0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Compilation.js
Expand Up @@ -1938,7 +1938,7 @@ BREAKING CHANGE: Asset processing hooks in Compilation has been merged into a si

// This avoids deadlocks for circular dependencies
if (this.processDependenciesQueue.isProcessing(module)) {
return callback();
return callback(null, module);
}

this.processModuleDependencies(module, err => {
Expand Down

0 comments on commit dfdd0b0

Please sign in to comment.