We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f2093 commit 70f5698Copy full SHA for 70f5698
1 file changed
lib/Compilation.js
@@ -368,7 +368,7 @@ class Compilation extends Tapable {
368
err.dependencies = [dependency];
369
this.errors.push(err);
370
callback();
371
- }
+ };
372
373
if(typeof dependency !== "object" || dependency === null || !dependency.constructor) {
374
throw new Error("Parameter 'dependency' must be a Dependency");
0 commit comments