Skip to content

Commit 70f5698

Browse files
committed
Add semicolon
1 parent 12f2093 commit 70f5698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Compilation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class Compilation extends Tapable {
368368
err.dependencies = [dependency];
369369
this.errors.push(err);
370370
callback();
371-
}
371+
};
372372

373373
if(typeof dependency !== "object" || dependency === null || !dependency.constructor) {
374374
throw new Error("Parameter 'dependency' must be a Dependency");

0 commit comments

Comments
 (0)