Skip to content

Commit

Permalink
refactor: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Nov 23, 2016
1 parent b14b430 commit 0d66d2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/license-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ class LicensePlugin {
.trim()
.value();

const file = this._options.thirdParty.output;
fs.writeFileSync(file, text);
fs.writeFileSync(output, text);
}
}
}
Expand Down

0 comments on commit 0d66d2e

Please sign in to comment.