Skip to content

Commit 18a6348

Browse files
committed
Fix linting error
1 parent 087f0c6 commit 18a6348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function apply(options, compiler) {
3030

3131
compiler.plugin('run', runner);
3232
compiler.plugin('watch-run', function (watcher, callback) {
33-
runner(watcher.compiler, callback)
33+
runner(watcher.compiler, callback);
3434
});
3535
}
3636

0 commit comments

Comments
 (0)