Skip to content

Commit 359a651

Browse files
authored
fixes eslint nit
1 parent 1e70f58 commit 359a651

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
@@ -29,7 +29,7 @@ function apply(options, compiler) {
2929
var runner = runCompilation.bind(this, options);
3030

3131
compiler.plugin('run', runner);
32-
compiler.plugin('watch-run', function onWatchRun (watcher, callback) {
32+
compiler.plugin('watch-run', function onWatchRun(watcher, callback) {
3333
runner(watcher.compiler, callback);
3434
});
3535
}

0 commit comments

Comments
 (0)