Skip to content

Commit

Permalink
Remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
balcsida authored Jul 4, 2021
1 parent eb28e81 commit 831e112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class WebextensionPlugin {
*/
apply (compiler) {
const { name } = this.constructor
const { inputFileSystem } = compiler;
const { inputFileSystem } = compiler
this.readFile = promisify(inputFileSystem.readFile.bind(inputFileSystem))
this.sources = compiler.webpack.sources
compiler.hooks.watchRun.tapPromise(name, this.watchRun.bind(this))
Expand Down

0 comments on commit 831e112

Please # to comment.